mirror of https://github.com/rails/rails
fixed the failing generators_test
This commit is contained in:
parent
b0cee70354
commit
73e8dd189b
|
@ -28,7 +28,7 @@ module RailtiesTests
|
|||
if File.exist?("#{environment}.rb")
|
||||
require_environment = "-r #{environment}"
|
||||
end
|
||||
`#{Gem.ruby} #{require_environment} #{RAILS_FRAMEWORK_ROOT}/bin/rails #{cmd}`
|
||||
`#{Gem.ruby} #{require_environment} #{RAILS_FRAMEWORK_ROOT}/railties/bin/rails #{cmd}`
|
||||
end
|
||||
|
||||
def build_engine(is_mountable=false)
|
||||
|
|
Loading…
Reference in New Issue