Skip to content

Commit

Permalink
More appropriate test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
methodmissing committed Jul 23, 2008
1 parent 7f83b13 commit ae8975d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/session/cookie_store_test.rb
Expand Up @@ -178,7 +178,7 @@ def test_new_session_doesnt_reuse_deleted_cookie_data
end
end

def test_should_inject_a_radom_session_id_within_the_cookie
def test_should_be_able_to_inject_a_stable_session_identifier_if_required
set_cookie! cookie_value(:typical)
new_session( 'stable_session_id' => true ) do |session|
assert_not_nil session['user_id']
Expand Down

0 comments on commit ae8975d

Please sign in to comment.