Move simplecov
config into rails_helper
(#30302)
This commit is contained in:
parent
aad5e841b5
commit
6beead3867
4 changed files with 44 additions and 26 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue