Binary package “ruby-test-declarative” in ubuntu focal

adds a declarative test method syntax to test/unit

 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.