public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/methodmissing/rails.git
More appropriate test method name
methodmissing (author)
Tue Jul 22 20:50:54 -0700 2008
commit  ae8975d35448372a3c2859a845223214be9be32c
tree    4c957fd061d64519c06a60a04c09b417c6532776
parent  7f83b1365bcc27939d9b3c308d41f1075eb2670e
...
178
179
180
181
 
182
183
184
...
178
179
180
 
181
182
183
184
0
@@ -178,7 +178,7 @@ class CookieStoreTest < Test::Unit::TestCase
0
     end
0
   end
0
 
0
-  def test_should_inject_a_radom_session_id_within_the_cookie
0
+  def test_should_be_able_to_inject_a_stable_session_identifier_if_required
0
     set_cookie! cookie_value(:typical)
0
     new_session( 'stable_session_id' => true ) do |session|
0
       assert_not_nil session['user_id']

Comments