From b4fd6b47b1ab2cdbba9c89b8b2faa5bdca1b3345 2014-03-15 22:20:46 From: Toshi MARUYAMA Date: 2014-03-15 22:20:46 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 --- diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb index 8e2c0ec..2a55794 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"