class FlakyTester::TestRunner::Errors::RspecError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/flaky_tester/test_runner/errors/rspec_error.rb, line 5
def initialize
  super("RSpec failed to run.")
end