We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10d8e5 commit 2f51067Copy full SHA for 2f51067
Rakefile
@@ -59,7 +59,7 @@ namespace :generate do
59
sh "bundle install --gemfile ./Gemfile --path ../../../bundle"
60
# Rails 4 cannot use a `rails` binstub generated by Bundler
61
sh "bundle binstubs rspec-core rake --force"
62
- sh "bundle binstubs rails" unless File.exist?("bin/rails")
+ sh "bundle binstubs railties" unless File.exist?("bin/rails")
63
64
application_file = File.read("config/application.rb")
65
sh "rm config/application.rb"
0 commit comments