mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 15:17:23 +02:00
route: fix messages quote action method defined at r8162
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8499 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -34,7 +34,7 @@ class RoutingMessagesTest < ActionController::IntegrationTest
|
||||
:board_id => 'lala' }
|
||||
)
|
||||
assert_routing(
|
||||
{ :method => 'get', :path => "/boards/lala/topics/quote/22" },
|
||||
{ :method => 'post', :path => "/boards/lala/topics/quote/22" },
|
||||
{ :controller => 'messages', :action => 'quote', :id => '22',
|
||||
:board_id => 'lala' }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user