##// END OF EJS Templates
Removed assertion that is susceptible to fail if test runs slowly....
Jean-Philippe Lang -
r9828:570e1b1d6265
parent child
Show More
@@ -66,8 +66,6 class AccountTest < ActionController::IntegrationTest
66 assert_template 'my/page'
66 assert_template 'my/page'
67 assert_equal user.id, session[:user_id]
67 assert_equal user.id, session[:user_id]
68 assert_not_nil user.reload.last_login_on
68 assert_not_nil user.reload.last_login_on
69 seconds_ago = 10.second.ago.utc
70 assert user.last_login_on.utc > 10.second.ago.utc, "#{user.last_login_on.utc} was not > #{seconds_ago}"
71 end
69 end
72
70
73 def test_lost_password
71 def test_lost_password
General Comments 0
You need to be logged in to leave comments. Login now