Skip to content

Commit 3962498

Browse files
committed
fix 3.1 support
1 parent 8230e68 commit 3962498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/config_stubs.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ module ConfigStubs
44
extend ActiveSupport::Concern
55

66
class ConfigStub
7-
def initialize(**)
7+
def initialize(**opts)
88
@config = ActiveSupport::OrderedOptions.new.
9-
update({ adapter: :test }.merge(**))
9+
update({ adapter: :test }.merge(**opts))
1010
end
1111

1212
def config_for(_file)

0 commit comments

Comments
 (0)