test(flipper): instance reset is now out-of-box
This commit is contained in:
parent
c18999b8fb
commit
f342bcb58b
1 changed files with 0 additions and 4 deletions
|
@ -121,10 +121,6 @@ RSpec.configure do |config|
|
|||
end
|
||||
end
|
||||
|
||||
config.before(:each, type: Proc.new { |type| type != :system }) do
|
||||
Flipper.instance = Flipper.new(Flipper::Adapters::Memory.new)
|
||||
end
|
||||
|
||||
config.include ActiveSupport::Testing::TimeHelpers
|
||||
config.include Shoulda::Matchers::ActiveRecord, type: :model
|
||||
config.include Shoulda::Matchers::ActiveModel, type: :model
|
||||
|
|
Loading…
Reference in a new issue