Skip to content

Commit 67eb1f9

Browse files
committed
fix test
1 parent 25c51aa commit 67eb1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/grape/dsl/inside_route_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def initialize
222222
it 'set the correct headers' do
223223
expect(subject.header).to match(
224224
Rack::CACHE_CONTROL => 'cache',
225-
Rack::CONTENT_LENGTH => 123,
225+
Rack::CONTENT_LENGTH => '123',
226226
Grape::Http::Headers::TRANSFER_ENCODING => 'base64'
227227
)
228228
end

0 commit comments

Comments
 (0)