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

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