Created
March 22, 2013 17:17
-
-
Save thejonanshow/5223075 to your computer and use it in GitHub Desktop.
Comment rescue LoadError and `rake spec:deps` now fails with `cannot load such file -- rspec/core/rake_task`
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
176 # rescue LoadError | |
177 # task :spec do | |
178 # abort "Run `rake spec:deps` to be able to run the specs" | |
179 # end | |
180 end | |
bundler•ruby-1.9.3-p392@bundler•master»» rake spec:deps | |
rake aborted! | |
cannot load such file -- rspec/core/rake_task | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment