From 7b8ebb7e3ffc62e28396fadbd009216eb0e53c5f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 26 Dec 2012 11:23:53 +0000 Subject: Auto-populate fields while creating a new user with LDAP (#10286). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11080 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/routing/auth_sources_test.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/integration/routing') diff --git a/test/integration/routing/auth_sources_test.rb b/test/integration/routing/auth_sources_test.rb index 76267f822..ce75633d1 100644 --- a/test/integration/routing/auth_sources_test.rb +++ b/test/integration/routing/auth_sources_test.rb @@ -51,5 +51,9 @@ class RoutingAuthSourcesTest < ActionController::IntegrationTest { :controller => 'auth_sources', :action => 'test_connection', :id => '1234' } ) + assert_routing( + { :method => 'get', :path => "/auth_sources/autocomplete_for_new_user" }, + { :controller => 'auth_sources', :action => 'autocomplete_for_new_user' } + ) end end -- cgit v1.2.3