-
-
Save antonioJASR/980b7515637c6f0c688726e6e01993ab to your computer and use it in GitHub Desktop.
Regenerate and Springify Rails 4 binstubs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd my_rails_app_root_dir | |
rm bin/* | |
bundle exec rake rails:update:bin | |
bundle binstubs rspec-core | |
spring binstub --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment