mirror of https://github.com/rails/rails
Move test/engine/generators_test.rb to test/railties/generators_test.rb
This commit is contained in:
parent
5afd83c03b
commit
402163916b
|
@ -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
|
||||
|
Loading…
Reference in New Issue