summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-01-04 12:38:20 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-01-04 12:38:20 +0000
commit8d9dcfa39b98ed46a3ebe9c3f53d2f836b8bd43f (patch)
treeb0a07ea5fe90a5c6f74a0c244f42d3e82dc20725 /test/integration
parentcda307dfd29360801334720835c42026f629984f (diff)
downloadredmine-8d9dcfa39b98ed46a3ebe9c3f53d2f836b8bd43f.tar.gz
redmine-8d9dcfa39b98ed46a3ebe9c3f53d2f836b8bd43f.zip
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
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/routing/messages_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/routing/messages_test.rb b/test/integration/routing/messages_test.rb
index f9153f034..d9504401e 100644
--- a/test/integration/routing/messages_test.rb
+++ b/test/integration/routing/messages_test.rb
@@ -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' }
)