From 5ee006c461f53745eb00ef80bbb13af9f52ec3fd Mon Sep 17 00:00:00 2001 From: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com> Date: Fri, 14 Jul 2023 08:46:51 +0900 Subject: [PATCH] Update recorder_spec.rb --- spec/lib/apipie/extractor/recorder_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/apipie/extractor/recorder_spec.rb b/spec/lib/apipie/extractor/recorder_spec.rb index 27bef0bc..aa1a6b20 100644 --- a/spec/lib/apipie/extractor/recorder_spec.rb +++ b/spec/lib/apipie/extractor/recorder_spec.rb @@ -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