summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-06 09:53:05 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-06 09:53:35 +1300
commit1f89eaafd39040707bf2a76cab134dd7a78b1441 (patch)
treea5320cc86572a096bb97f73807f86b38146924b4
parent2d69212c41b001d22bfd9ba3793e96078bb06a74 (diff)
downloadrack-1f89eaafd39040707bf2a76cab134dd7a78b1441.tar.gz
Fix indentation.
-rw-r--r--test/spec_utils.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec_utils.rb b/test/spec_utils.rb
index 9a2d29e6..7b1a60c2 100644
--- a/test/spec_utils.rb
+++ b/test/spec_utils.rb
@@ -743,10 +743,10 @@ describe Rack::Utils::HeaderHash do
assert_same response[1], headers
end
- it "duplicates header hash" do
+ it "duplicates header hash" do
env = {}
headers = Rack::Utils::HeaderHash.new({ 'content-type' => "text/plain", "content-length" => "3" })
- headers.freeze
+ headers.freeze
app = lambda do |env|
[200, headers, []]