Module: TestFormatter::YAML
Instance Method Summary collapse
Instance Method Details
#format(tests) ⇒ Object
7 8 9 |
# File 'lib/test_parser/test_formatter/yaml.rb', line 7 def format(tests) tests.to_yaml end |
7 8 9 |
# File 'lib/test_parser/test_formatter/yaml.rb', line 7 def format(tests) tests.to_yaml end |