Skip to content

Commit 883fc1a

Browse files
committed
require active_support indifferent_access in active_record spec
1 parent 35c29cc commit 883fc1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/flipper/adapters/active_record_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SpecHelpers.silence { require 'flipper/adapters/active_record' }
22
require 'active_support/core_ext/kernel'
3+
require 'active_support/core_ext/hash/indifferent_access'
34

45
# Turn off migration logging for specs
56
ActiveRecord::Migration.verbose = false

0 commit comments

Comments
 (0)