0
0
Fork 0

Disable without_verify_partial_doubles in statuses/show view spec (#29132)

This commit is contained in:
Matt Jankowski 2024-09-03 11:23:57 -04:00 committed by GitHub
parent 5b595b8a5a
commit 79b1841805
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 10 deletions

View file

@ -8,12 +8,6 @@ RSpec.configure do |config|
config.mock_with :rspec do |mocks|
mocks.verify_partial_doubles = true
config.around(:example, :without_verify_partial_doubles) do |example|
mocks.verify_partial_doubles = false
example.call
mocks.verify_partial_doubles = true
end
end
config.before :suite do