Class: Sqlite::InvalidTestParser
- Inherits:
-
Object
- Object
- Sqlite::InvalidTestParser
- Includes:
- CommonTestParser
- Defined in:
- lib/parsers/invalid_test_parser.rb
Constant Summary
Constants included from CommonTestParser
Instance Attribute Summary
Attributes included from CommonTestParser
Instance Method Summary collapse
Methods included from CommonTestParser
#choose, #get, #get_final, #has?, #has_final?, #initialize
Instance Method Details
#parse(test) ⇒ Object
6 7 8 |
# File 'lib/parsers/invalid_test_parser.rb', line 6 def parse(test) raise I18n.t('message.failure.tests.types', type: test.type) end |