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:
parent
3496fdb065
commit
c54c673116
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue