Skip to content

Commit

Permalink
Update recorder_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin authored Jul 13, 2023
1 parent dc6eb8a commit 5ee006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/apipie/extractor/recorder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
describe '#analyse_functional_test' do
context 'with multipart-form data' do
let(:test_context) do
double(controller:, request:, response: ActionDispatch::Response.new(200))
double(controller: controller, request: request, response: ActionDispatch::Response.new(200))
end

let(:file) do
Expand Down

0 comments on commit 5ee006c

Please sign in to comment.