Move test/engine/generators_test.rb to test/railties/generators_test.rb

This commit is contained in:
Stefan Sprenger 2011-06-07 09:33:17 +02:00
parent 5afd83c03b
commit 402163916b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ require "#{RAILS_FRAMEWORK_ROOT}/activesupport/lib/active_support/testing/declar
require "#{RAILS_FRAMEWORK_ROOT}/activesupport/lib/active_support/core_ext/kernel/reporting"
require "#{RAILS_FRAMEWORK_ROOT}/railties/lib/rails/generators/test_case"
module EngineTests
module RailtiesTests
class GeneratorTest < Rails::Generators::TestCase
include ActiveSupport::Testing::Isolation