Skip to content

Commit

Permalink
Use double-quoted string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Dec 9, 2023
1 parent b34dc2f commit 985780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/clearance/session_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def serialize_cookies(hash)
Rack::Utils.set_cookie_header! header, key, value
end

cookie = header['set-cookie'] || header['Set-Cookie']
cookie = header["set-cookie"] || header["Set-Cookie"]
cookie
end

Expand Down

0 comments on commit 985780f

Please sign in to comment.