##// END OF EJS Templates
test: route: move wikis test to new file...
Toshi MARUYAMA -
r8243:2d7b57809d6d
parent child
Show More
@@ -15,9 +15,9
15 15 # along with this program; if not, write to the Free Software
16 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 21 def test_wikis_plural_admin_setup
22 22 assert_routing(
23 23 { :method => 'get', :path => "/projects/ladida/wiki/destroy" },
General Comments 0
You need to be logged in to leave comments. Login now