From 246c36757065aa74a88b67db4c70e9e5cf3bd8b3 Mon Sep 17 00:00:00 2001 From: Stefan Sprenger Date: Tue, 7 Jun 2011 12:16:05 +0200 Subject: Use RAILS_ISOLATED_ENGINE and fix namespaced generators tests --- railties/test/abstract_unit.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/test/abstract_unit.rb') diff --git a/railties/test/abstract_unit.rb b/railties/test/abstract_unit.rb index 8b38081667..1c3f8a701a 100644 --- a/railties/test/abstract_unit.rb +++ b/railties/test/abstract_unit.rb @@ -10,7 +10,6 @@ require 'active_support/core_ext/logger' require 'action_controller' require 'rails/all' -# TODO: Remove these hacks module TestApp class Application < Rails::Application config.root = File.dirname(__FILE__) -- cgit v1.2.3