Show outbox after sending new message
This commit is contained in:
parent
95b919c5d1
commit
3350789978
2 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
|
|||
end
|
||||
end
|
||||
end
|
||||
assert_redirected_to messages_inbox_path
|
||||
assert_redirected_to messages_outbox_path
|
||||
assert_equal "Message sent", flash[:notice]
|
||||
e = ActionMailer::Base.deliveries.first
|
||||
assert_equal [recipient_user.email], e.to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue