mirror of
https://github.com/redmine/redmine.git
synced 2025-11-06 05:16:12 +01:00
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:
@@ -26,7 +26,6 @@ end
|
|||||||
class AccountTest < ActionController::IntegrationTest
|
class AccountTest < ActionController::IntegrationTest
|
||||||
fixtures :users, :roles
|
fixtures :users, :roles
|
||||||
|
|
||||||
# Replace this with your real tests.
|
|
||||||
def test_login
|
def test_login
|
||||||
get "my/page"
|
get "my/page"
|
||||||
assert_redirected_to "/login?back_url=http%3A%2F%2Fwww.example.com%2Fmy%2Fpage"
|
assert_redirected_to "/login?back_url=http%3A%2F%2Fwww.example.com%2Fmy%2Fpage"
|
||||||
|
|||||||
Reference in New Issue
Block a user