From cbd730f4eb835c464d221bdadc199d1f109af9ea Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 26 Mar 2021 11:04:58 +1100 Subject: [PATCH] Remove left-over comment This spec was fixed before and the comment was outdated. --- spec/controllers/checkout_controller_concurrency_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/controllers/checkout_controller_concurrency_spec.rb b/spec/controllers/checkout_controller_concurrency_spec.rb index 3d718a0a07..3ed70c4edf 100644 --- a/spec/controllers/checkout_controller_concurrency_spec.rb +++ b/spec/controllers/checkout_controller_concurrency_spec.rb @@ -47,9 +47,6 @@ describe CheckoutController, concurrency: true, type: :controller do allow(controller).to receive(:restrict_iframes) end - # This spec does not seem to be running in two threads in Rails 5. There are errors for the - # same response headers being set twice, possibly indicating that there is only one response - # as opposed to two separate requests in two threads? it "handles two concurrent orders successfully" do # New threads start running straight away. The breakpoint is after loading # the order and before advancing the order's state and making payments.