Skip to content

Commit

Permalink
fixed test/lib/url_constrained_cookie_store_test.rb that was failing …
Browse files Browse the repository at this point in the history
…on rails 3.2
  • Loading branch information
dmitri-d committed Apr 3, 2013
1 parent 3127794 commit 530274f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/lib/url_constrained_cookie_store_test.rb
Expand Up @@ -35,6 +35,7 @@ def test_doesnt_update_expiraton_date_for_excluded_urls

def test_updates_expiraton_date
with_test_route_set(:expire_after => 1.minute, :expiration_exceptions => "/no_expiration") do
cookies[SessionKey] = SignedBar
get '/with_expiration'
assert_response :success
assert /expires=(.+)\;/ =~ headers['Set-Cookie']
Expand Down

0 comments on commit 530274f

Please sign in to comment.