We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8230e68 commit 3962498Copy full SHA for 3962498
test/config_stubs.rb
@@ -4,9 +4,9 @@ module ConfigStubs
4
extend ActiveSupport::Concern
5
6
class ConfigStub
7
- def initialize(**)
+ def initialize(**opts)
8
@config = ActiveSupport::OrderedOptions.new.
9
- update({ adapter: :test }.merge(**))
+ update({ adapter: :test }.merge(**opts))
10
end
11
12
def config_for(_file)
0 commit comments