Adds DFs, Updates rspec behaviour regarding --fail-fast

This commit is contained in:
erwanlr
2019-12-20 15:47:56 +00:00
parent 9c4f57c786
commit f89071b87a
51 changed files with 20691 additions and 3 deletions

View File

@@ -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)