ruby-test-declarative

adds a declarative test method syntax to test/unit
  https://github.com/svenfuchs/test_declarative
  0
  no reviews



Ruby-test-declarative adds a declarative test method syntax to test/unit: instead of using the 'def test_foo' syntax, a 'test' method is provided and takes a string, describing the test, as argument.