From a141aa1a1a4a6f0f35deb337ec24fc42d57da62a Mon Sep 17 00:00:00 2001 From: shields Date: Sun, 20 Mar 2022 18:03:51 +0900 Subject: [PATCH] whitespace tweak --- spec/acceptance/calling_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/calling_spec.rb b/spec/acceptance/calling_spec.rb index ca8e8a14..59d47262 100644 --- a/spec/acceptance/calling_spec.rb +++ b/spec/acceptance/calling_spec.rb @@ -51,8 +51,8 @@ refute Rack::Attack.calling? get "/", {}, "REMOTE_ADDR" => "1.2.3.4" - assert error_raised + refute Rack::Attack.calling? end end