Skip to content

Instantly share code, notes, and snippets.

@thejonanshow
Created March 22, 2013 17:17
Show Gist options
  • Save thejonanshow/5223075 to your computer and use it in GitHub Desktop.
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`
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