Skip to content

Commit 8921b9c

Browse files
authored
Merge pull request #756 from jsantos/bugfix/ruby2_keywords_warning
Fix ruby2_keywords-related warning
2 parents d6f2b6b + 8072954 commit 8921b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/apipie/extractor/recorder.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def analyze(env, &block)
150150
end
151151

152152
module FunctionalTestRecording
153-
def process(*, **) # action, parameters = nil, session = nil, flash = nil, http_method = 'GET')
153+
def process(*) # action, parameters = nil, session = nil, flash = nil, http_method = 'GET')
154154
ret = super
155155
if Apipie.configuration.record
156156
Apipie::Extractor.call_recorder.analyze_functional_test(self)

0 commit comments

Comments
 (0)