0
0
Fork 0

Move simplecov config into rails_helper (#30302)

This commit is contained in:
Matt Jankowski 2024-05-15 05:33:36 -04:00 committed by GitHub
parent aad5e841b5
commit 6beead3867
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 44 additions and 26 deletions

View file

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