Skip to content

Commit

Permalink
Merge pull request #756 from jsantos/bugfix/ruby2_keywords_warning
Browse files Browse the repository at this point in the history
Fix ruby2_keywords-related warning
  • Loading branch information
mathieujobin authored Apr 18, 2022
2 parents d6f2b6b + 8072954 commit 8921b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apipie/extractor/recorder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def analyze(env, &block)
end

module FunctionalTestRecording
def process(*, **) # action, parameters = nil, session = nil, flash = nil, http_method = 'GET')
def process(*) # action, parameters = nil, session = nil, flash = nil, http_method = 'GET')
ret = super
if Apipie.configuration.record
Apipie::Extractor.call_recorder.analyze_functional_test(self)
Expand Down

0 comments on commit 8921b9c

Please sign in to comment.