Exception: RubyQt6::RSpec::BandoFileParser::MissingLine

Inherits:
StandardError
  • Object
show all
Defined in:
lib/qt6/rspec/bando_file_parser.rb

Instance Method Summary collapse

Constructor Details

#initialize(expected, got) ⇒ MissingLine

Returns a new instance of MissingLine.



7
8
9
# File 'lib/qt6/rspec/bando_file_parser.rb', line 7

def initialize(expected, got)
  super("Missing line: expected '#{expected}', but got '#{got}'")
end