Skip to content

svenfuchs/test_declarative

Repository files navigation

TestDeclarative

CI

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