TestDeclarative

Build Status

Simply adds a declarative test method syntax to test/unit.

require 'test_declarative'

class MyTest < Test::Unit::TestCase
  test "your test description" do
    # your test code
  end
end