Ruby on Rails Thursday, September 18, 2014

I'm working on a Ruby gem.  The "rake" command works as expected in my Mac setup, but when I enter the "rake command" on my Linux setup in VirtualBox with a FRESH Ruby on Rails setup, I get the following error message:
rake aborted!
cannot load such file -- rspec/core/rake_task
/home/jhsu/lottosim/Rakefile:2:in `<top (required)>'
(See full trace by running task with --trace)

I tried using the .ruby-version file to specify Ruby 2.0.0, but that doesn't solve the problem.

I know that most people don't keep a fresh installation of Ruby on Rails in VirtualBox, but I know that there is a critical detail that I'm missing in the gemspec or elsewhere in my project.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/827b1212-b707-4382-a473-f64f3626333e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment