Skip to content

Commit

Permalink
revert instance double
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 11, 2023
1 parent 30ff8d6 commit 69d21d6
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 @@ -46,7 +46,7 @@
end

let(:test_context) do
instance_double(controller: controller, request: 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 69d21d6

Please sign in to comment.