Created
February 8, 2011 00:56
-
-
Save queso/815630 to your computer and use it in GitHub Desktop.
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
josh@hades:~/code/broth$ rake spec | |
(in /home/josh/code/broth) | |
DEPRECATION WARNING: Rake tasks in vendor/plugins/no-peeping-toms/tasks and vendor/plugins/seed-fu/tasks are deprecated. Use lib/tasks instead. (called from /home/josh/.rvm/gems/ree-1.8.7-2010.02/gems/rails-2.3.10/lib/tasks/rails.rb:10) | |
WARNING: using the built-in Timeout class which is known to have issues when used for opening connections. Install the SystemTimer gem if you want to make sure the Redis client will not hang. | |
Missing these required gems: | |
cucumber = 0.8.5 | |
You're running: | |
ruby 1.8.7.253 at /home/josh/.rvm/rubies/ree-1.8.7-2010.02/bin/ruby | |
rubygems 1.5.0 at /home/josh/.rvm/gems/ree-1.8.7-2010.02, /home/josh/.rvm/gems/ree-1.8.7-2010.02@global | |
Run `rake gems:install` to install the missing gems. | |
rake aborted! | |
Command /home/josh/.rvm/rubies/ree-1.8.7-2010.02/bin/ruby -I"lib" "/home/josh/code/broth/vendor/gems/rspec-1.3.0/bin/spec" "spec/helpers/application_helper_spec.rb" "spec/helpers/admin/dashboard_helper_spec.rb" "spec/models/invite_spec.rb" "spec/models/referral_spec.rb" "spec/models/profile_spec.rb" "spec/models/email_template_spec.rb" "spec/models/user_mailer_spec.rb" "spec/models/user_spec.rb" "spec/models/site_setting_spec.rb" "spec/controllers/invites_controller_spec.rb" "spec/controllers/admin/dashboard_controller_spec.rb" "spec/controllers/admin/invites_controller_spec.rb" "spec/controllers/admin/emails_controller_spec.rb" "spec/controllers/admin/site_settings_controller_spec.rb" "spec/controllers/referrals_controller_spec.rb" --options "/home/josh/code/broth/spec/spec.opts" failed | |
(See full trace by running task with --trace) | |
josh@hades:~/code/broth$ gem list cucumber | |
*** LOCAL GEMS *** | |
cucumber (0.8.5) | |
cucumber-rails (0.3.2, 0.2.4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment