Skip to content

Commit 6ffceb5

Browse files
committed
fix test
1 parent 7f5e53a commit 6ffceb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/grape/dsl/inside_route_spec.rb

+1-1
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)