Skip to content

svenfuchs/test_declarative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simply adds a declarative test method syntax to test/unit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages