From f545a5081ec7052dd9319cab84ab52d41ee267bd Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 25 Apr 2011 17:57:41 +0200 Subject: Fix tests, main_app mounted helper must be defined explicitly now. --- actionpack/test/dispatch/prefix_generation_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/test/dispatch/prefix_generation_test.rb') diff --git a/actionpack/test/dispatch/prefix_generation_test.rb b/actionpack/test/dispatch/prefix_generation_test.rb index 18f28deee4..b28a058250 100644 --- a/actionpack/test/dispatch/prefix_generation_test.rb +++ b/actionpack/test/dispatch/prefix_generation_test.rb @@ -69,6 +69,7 @@ module TestGenerationPrefix # force draw RailsApplication.routes + RailsApplication.routes.define_mounted_helper(:main_app) class ::InsideEngineGeneratingController < ActionController::Base include BlogEngine.routes.url_helpers -- cgit v1.2.3