Remove unused `without_verify_partial_doubles` tag

This commit is contained in:
Matt Jankowski 2024-04-15 12:37:40 -04:00
parent 61bf333b63
commit bcc1b42c45
1 changed files with 0 additions and 6 deletions

View File

@ -12,12 +12,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