summaryrefslogtreecommitdiffstats
path: root/test/integration/account_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-03-15 22:20:46 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-03-15 22:20:46 +0000
commitb4fd6b47b1ab2cdbba9c89b8b2faa5bdca1b3345 (patch)
tree3c9d11fae7309fc189db66a18094ff166517bc9b /test/integration/account_test.rb
parentc075626462e9cdfa607cd152ccfa661c9a602b2d (diff)
downloadredmine-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.rb1
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"