Move simplecov config into rails_helper (#30302)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
unless ENV['DISABLE_SIMPLECOV'] == 'true'
|
||||
require 'simplecov' # Configuration details loaded from .simplecov
|
||||
end
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.example_status_persistence_file_path = 'tmp/rspec/examples.txt'
|
||||
config.expect_with :rspec do |expectations|
|
||||
|
||||
Reference in New Issue
Block a user