Created
February 10, 2011 18:39
-
-
Save knowuh/821070 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
*[itsisu-dev][~/lab/ruby/itsisu]$ gem -v rvm:ruby-1.8.7-p302@investigations | |
1.5.0 | |
*[itsisu-dev][~/lab/ruby/itsisu]$ gem list rspec-rails rvm:ruby-1.8.7-p302@investigations | |
*** LOCAL GEMS *** | |
rspec-rails (1.3.3) | |
*[itsisu-dev][~/lab/ruby/itsisu]$ rspec ./spec/controllers/page_elements_controller_spec.rb rvm:ruby-1.8.7-p302@investigations | |
loading test environment | |
Missing these required gems: | |
rspec-rails >= 1.3.2 | |
You're running: | |
ruby 1.8.7.302 at /Users/npaessel/.rvm/rubies/ruby-1.8.7-p302/bin/ruby | |
rubygems 1.5.0 at /Users/npaessel/.rvm/gems/ruby-1.8.7-p302@investigations, /Users/npaessel/.rvm/gems/ruby-1.8.7-p302@global | |
Run `rake gems:install` to install the missing gems. | |
*[itsisu-dev][~/lab/ruby/itsisu]$ RAILS_ENV=test rake gems:install rvm:ruby-1.8.7-p302@investigations | |
(in /Users/npaessel/lab/ruby/itsisu) | |
loading test environment | |
*[itsisu-dev][~/lab/ruby/itsisu]$ rake gems:install rvm:ruby-1.8.7-p302@investigations | |
(in /Users/npaessel/lab/ruby/itsisu) | |
*[itsisu-dev][~/lab/ruby/itsisu]$ rake spec ./spec/controllers/page_elements_controller_spec.rb rvm:ruby-1.8.7-p302@investigations | |
(in /Users/npaessel/lab/ruby/itsisu) | |
No server is running | |
Running specs locally: | |
loading test environment | |
Missing these required gems: | |
rspec-rails >= 1.3.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment