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