mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixed the failing generators_test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user