summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Oberhuber <lukas.oberhuber@simplybusiness.co.uk>2020-06-06 23:44:39 +0100
committerGitHub <noreply@github.com>2020-06-06 23:44:39 +0100
commit621f899f80b26f4d983d7074257ea1648561ee43 (patch)
treed04511b8a8176f3a85117ee3db84029c87e8dab9
parentd9f84630c3ccb570166bce7d4ab93207fc2fba2b (diff)
downloadrack-621f899f80b26f4d983d7074257ea1648561ee43.tar.gz
Fix indenting
-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