Shindo.tests('success',  'positive') do
  test('is tested') { true }
end

Shindo.tests('skipped') do
  test('is skipped') { false }
end
