From b4fd6b47b1ab2cdbba9c89b8b2faa5bdca1b3345 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 15 Mar 2014 22:20:46 +0000 Subject: [PATCH] remove garbage comment from test/integration/account_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@12972 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/account_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb index 8e2c0eca1..2a5579435 100644 --- a/test/integration/account_test.rb +++ b/test/integration/account_test.rb @@ -26,7 +26,6 @@ end class AccountTest < ActionController::IntegrationTest fixtures :users, :roles - # Replace this with your real tests. def test_login get "my/page" assert_redirected_to "/login?back_url=http%3A%2F%2Fwww.example.com%2Fmy%2Fpage"