diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-03-15 22:20:46 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-03-15 22:20:46 +0000 |
commit | b4fd6b47b1ab2cdbba9c89b8b2faa5bdca1b3345 (patch) | |
tree | 3c9d11fae7309fc189db66a18094ff166517bc9b /test/integration/account_test.rb | |
parent | c075626462e9cdfa607cd152ccfa661c9a602b2d (diff) | |
download | redmine-b4fd6b47b1ab2cdbba9c89b8b2faa5bdca1b3345.tar.gz redmine-b4fd6b47b1ab2cdbba9c89b8b2faa5bdca1b3345.zip |
remove garbage comment from test/integration/account_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@12972 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/account_test.rb')
-rw-r--r-- | test/integration/account_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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" |