@@ -26,7 +26,6 end | |||||
26 | class AccountTest < ActionController::IntegrationTest |
|
26 | class AccountTest < ActionController::IntegrationTest | |
27 | fixtures :users, :roles |
|
27 | fixtures :users, :roles | |
28 |
|
28 | |||
29 | # Replace this with your real tests. |
|
|||
30 | def test_login |
|
29 | def test_login | |
31 | get "my/page" |
|
30 | get "my/page" | |
32 | assert_redirected_to "/login?back_url=http%3A%2F%2Fwww.example.com%2Fmy%2Fpage" |
|
31 | assert_redirected_to "/login?back_url=http%3A%2F%2Fwww.example.com%2Fmy%2Fpage" |
General Comments 0
You need to be logged in to leave comments.
Login now