From fae5250e52506356965a478518aa7960ada3ec61 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 24 Mar 2012 12:57:28 +0000 Subject: Ability to add non-member watchers on issue creation (#5159). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9254 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/routing/watchers_test.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/integration/routing') diff --git a/test/integration/routing/watchers_test.rb b/test/integration/routing/watchers_test.rb index 441d2533c..00410289b 100644 --- a/test/integration/routing/watchers_test.rb +++ b/test/integration/routing/watchers_test.rb @@ -23,6 +23,10 @@ class RoutingWatchersTest < ActionController::IntegrationTest { :method => 'get', :path => "/watchers/new" }, { :controller => 'watchers', :action => 'new' } ) + assert_routing( + { :method => 'post', :path => "/watchers/append" }, + { :controller => 'watchers', :action => 'append' } + ) assert_routing( { :method => 'post', :path => "/watchers" }, { :controller => 'watchers', :action => 'create' } -- cgit v1.2.3