Exception: FlakyTester::TestRunner::Errors::RspecError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/flaky_tester/test_runner/errors/rspec_error.rb

Instance Method Summary collapse

Constructor Details

#initializeRspecError

Returns a new instance of RspecError.



5
6
7
# File 'lib/flaky_tester/test_runner/errors/rspec_error.rb', line 5

def initialize
  super("RSpec failed to run.")
end