Skip to content

Commit c2e0c2a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/flipper/adapters/active_record_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SpecHelpers.silence { require 'flipper/adapters/active_record' }
2-
require 'active_support/core_ext/kernel'
2+
require 'active_support/core_ext/hash/indifferent_access'
33

44
# Turn off migration logging for specs
55
ActiveRecord::Migration.verbose = false

0 commit comments

Comments
 (0)