Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Sep 25, 2024
1 parent 1e04149 commit 9cf01a9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions spec/grape/dsl/inside_route_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,11 @@ def initialize

it 'set the correct headers' do
expect(subject.header).to match(
Rack::CACHE_CONTROL => 'cache',
Rack::CONTENT_LENGTH => 123,
Grape::Http::Headers::TRANSFER_ENCODING => 'base64'
)
Rack::CACHE_CONTROL => 'cache',
Rack::CONTENT_LENGTH => 123,
Grape::Http::Headers::TRANSFER_ENCODING => 'base64'
)
end

end

context 'as object' do
Expand Down

0 comments on commit 9cf01a9

Please sign in to comment.