summaryrefslogtreecommitdiff
path: root/test/spec_utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_utils.rb')
-rw-r--r--test/spec_utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec_utils.rb b/test/spec_utils.rb
index 66514761..41c13347 100644
--- a/test/spec_utils.rb
+++ b/test/spec_utils.rb
@@ -654,7 +654,7 @@ describe Rack::Utils::HeaderHash do
it "correctly raises an exception on fetch for a non-existent key" do
h = Rack::Utils::HeaderHash.new("Content-MD5" => "d5ff4e2a0 ...")
- -> { h.fetch("Set-Cookie") }.must_raise(KeyError)
+ -> { h.fetch("Set-Cookie") }.must_raise(KeyError)
end
it "returns default on fetch miss" do