Merge remote-tracking branch 'upstream/pull/5457'
This commit is contained in:
commit
7286ad027c
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
|
|||
# test all routes which lead to this controller
|
||||
def test_routes
|
||||
assert_routing(
|
||||
{ :path => "/message/new/username", :method => :get },
|
||||
{ :path => "/messages/new/username", :method => :get },
|
||||
{ :controller => "messages", :action => "new", :display_name => "username" }
|
||||
)
|
||||
assert_routing(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue