@@ -15,9 +15,9 | |||||
15 | # along with this program; if not, write to the Free Software |
|
15 | # along with this program; if not, write to the Free Software | |
16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
17 |
|
17 | |||
18 | require File.expand_path('../../test_helper', __FILE__) |
|
18 | require File.expand_path('../../../test_helper', __FILE__) | |
19 |
|
19 | |||
20 | class RoutingTest < ActionController::IntegrationTest |
|
20 | class RoutingWikisTest < ActionController::IntegrationTest | |
21 | def test_wikis_plural_admin_setup |
|
21 | def test_wikis_plural_admin_setup | |
22 | assert_routing( |
|
22 | assert_routing( | |
23 | { :method => 'get', :path => "/projects/ladida/wiki/destroy" }, |
|
23 | { :method => 'get', :path => "/projects/ladida/wiki/destroy" }, |
General Comments 0
You need to be logged in to leave comments.
Login now