]> source.dussan.org Git - redmine.git/commitdiff
remove garbage comment from test/integration/account_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 15 Mar 2014 22:20:46 +0000 (22:20 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 15 Mar 2014 22:20:46 +0000 (22:20 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12972 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/account_test.rb

index 8e2c0eca1aba4dc3d920e0e8e4842628d089de7c..2a5579435b8e6e70fdd03d223f9a9546e802f3ab 100644 (file)
@@ -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"