Skip to content

Commit

Permalink
Updating cookie_options_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sej3506 committed Dec 8, 2023
1 parent 04747b9 commit 0f06fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/cookie_options_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
it { should_have_one_remember_token }

it "should have the httponly flag set" do
expect(remember_token_cookies.last).to match(/HttpOnly/)
expect(remember_token_cookies.last.downcase).to match(/httponly/)
end
end
end
Expand Down

0 comments on commit 0f06fc3

Please sign in to comment.