projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clarify image dimensions
[rails.git]
/
test
/
integration
/
user_diaries_test.rb
diff --git
a/test/integration/user_diaries_test.rb
b/test/integration/user_diaries_test.rb
index df070dd37d1d3f167b88b700127940e8ec804758..2c1e651450a30d3246c1acee890591f760cf8399 100644
(file)
--- a/
test/integration/user_diaries_test.rb
+++ b/
test/integration/user_diaries_test.rb
@@
-13,7
+13,7
@@
class UserDiariesTest < ActionDispatch::IntegrationTest
assert_response :success
assert_template "user/login"
# We can now login
assert_response :success
assert_template "user/login"
# We can now login
- post "/login",
"username" => user.email, "password" => "test", :referer => "/diary/new"
+ post "/login",
:params => { "username" => user.email, "password" => "test", :referer => "/diary/new" }
assert_response :redirect
# print @response.body
# Check that there is some payload alerting the user to the redirect
assert_response :redirect
# print @response.body
# Check that there is some payload alerting the user to the redirect