remove garbage comment from test/integration/account_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@12972 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-03-15 22:20:46 +00:00
parent c075626462
commit b4fd6b47b1
1 changed files with 0 additions and 1 deletions

View 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"