TestDeclarative

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