Skip to content

Commit

Permalink
Merge pull request #188 from ddonahue99/patch-1
Browse files Browse the repository at this point in the history
Make shared_adapter_specs work with disable_monkey_patching setting
  • Loading branch information
greatuserongithub committed Nov 7, 2016
2 parents 0b475ef + 2f75bd5 commit 31a107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flipper/spec/shared_adapter_specs.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requires the following methods:
# * subject - The instance of the adapter
shared_examples_for 'a flipper adapter' do
RSpec.shared_examples_for 'a flipper adapter' do
let(:actor_class) { Struct.new(:flipper_id) }

let(:flipper) { Flipper.new(subject) }
Expand Down

0 comments on commit 31a107c

Please sign in to comment.