1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Remove unused without_verify_partial_doubles tag

This commit is contained in:
Matt Jankowski 2024-04-15 12:37:40 -04:00
parent 3496fdb065
commit c54c673116

View file

@ -8,12 +8,6 @@ RSpec.configure do |config|
config.mock_with :rspec do |mocks| config.mock_with :rspec do |mocks|
mocks.verify_partial_doubles = true 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 end
config.before :suite do config.before :suite do