mirror of
https://github.com/redmine/redmine.git
synced 2026-07-01 00:18:56 +02:00
Move more routing tests into the routing integration test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3686 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -38,13 +38,6 @@ class AdminControllerTest < ActionController::TestCase
|
||||
:attributes => { :class => /nodata/ }
|
||||
end
|
||||
|
||||
def test_projects_routing
|
||||
assert_routing(
|
||||
{:method => :get, :path => '/admin/projects'},
|
||||
:controller => 'admin', :action => 'projects'
|
||||
)
|
||||
end
|
||||
|
||||
def test_index_with_no_configuration_data
|
||||
delete_configuration_data
|
||||
get :index
|
||||
|
||||
Reference in New Issue
Block a user