Class: Sqlite::InvalidTestParser

Inherits:
Object
  • Object
show all
Includes:
CommonTestParser
Defined in:
lib/parsers/invalid_test_parser.rb

Constant Summary

Constants included from CommonTestParser

CommonTestParser::COMMENT

Instance Attribute Summary

Attributes included from CommonTestParser

#final, #result

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