summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/account_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb
index d50bb894e..905beb0a9 100644
--- a/test/integration/account_test.rb
+++ b/test/integration/account_test.rb
@@ -66,8 +66,6 @@ class AccountTest < ActionController::IntegrationTest
assert_template 'my/page'
assert_equal user.id, session[:user_id]
assert_not_nil user.reload.last_login_on
- seconds_ago = 10.second.ago.utc
- assert user.last_login_on.utc > 10.second.ago.utc, "#{user.last_login_on.utc} was not > #{seconds_ago}"
end
def test_lost_password