Adds DFs, Updates rspec behaviour regarding --fail-fast
This commit is contained in:
@@ -16,6 +16,9 @@ RSpec.configure do |config|
|
||||
config.expect_with :rspec do |c|
|
||||
c.syntax = :expect
|
||||
end
|
||||
|
||||
# For --only-failures / --next-failure
|
||||
config.example_status_persistence_file_path = '/tmp/rspec_examples.txt'
|
||||
end
|
||||
|
||||
def redefine_constant(constant, value)
|
||||
|
||||
Reference in New Issue
Block a user