Skip to content

Instantly share code, notes, and snippets.

@jacqueline-homan
Created August 1, 2013 20:11
Show Gist options
  • Save jacqueline-homan/6134801 to your computer and use it in GitHub Desktop.
Save jacqueline-homan/6134801 to your computer and use it in GitHub Desktop.
gist of original project directory (~/hackety-hack.com)
jacqueline@jacqueline-Satellite-S55-A:~$ cd hackety-hack.com
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
you can ignore these warnings with 'rvm rvmrc warning ignore /home/jacqueline/hackety-hack.com/Gemfile'.
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'.
jacqueline@jacqueline-Satellite-S55-A:~/hackety-hack.com$ rspec
*** Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`.
*** Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* Mocha.
*** Mocha deprecation warning: If you're integrating with a test library other than Test::Unit or MiniTest, you should use `require 'mocha/api'` instead of `require 'mocha'`.
/home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/devise-2.2.4/lib/devise/omniauth/config.rb:40:in `autoload_strategy': Could not find a strategy with name `Yahoo'. Please ensure it is required or explicitly set it using the :strategy_class option. (Devise::OmniAuth::StrategyNotFound)
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/devise-2.2.4/lib/devise/omniauth/config.rb:25:in `strategy_class'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/devise-2.2.4/lib/devise/rails.rb:22:in `block (2 levels) in <class:Engine>'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/devise-2.2.4/lib/devise/rails.rb:21:in `each'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/devise-2.2.4/lib/devise/rails.rb:21:in `block in <class:Engine>'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/railties-3.1.11/lib/rails/initializable.rb:30:in `instance_exec'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/railties-3.1.11/lib/rails/initializable.rb:30:in `run'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/railties-3.1.11/lib/rails/initializable.rb:55:in `block in run_initializers'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/railties-3.1.11/lib/rails/initializable.rb:54:in `each'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/railties-3.1.11/lib/rails/initializable.rb:54:in `run_initializers'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/railties-3.1.11/lib/rails/application.rb:96:in `initialize!'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/railties-3.1.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
from /home/jacqueline/hackety-hack.com/config/environment.rb:5:in `<top (required)>'
from /home/jacqueline/hackety-hack.com/spec/spec_helper.rb:22:in `require'
from /home/jacqueline/hackety-hack.com/spec/spec_helper.rb:22:in `<top (required)>'
from /home/jacqueline/hackety-hack.com/spec/controllers/authentication_controller_spec.rb:1:in `require'
from /home/jacqueline/hackety-hack.com/spec/controllers/authentication_controller_spec.rb:1:in `<top (required)>'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/rspec-core-2.14.3/lib/rspec/core/configuration.rb:896:in `load'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/rspec-core-2.14.3/lib/rspec/core/configuration.rb:896:in `block in load_spec_files'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/rspec-core-2.14.3/lib/rspec/core/configuration.rb:896:in `each'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/rspec-core-2.14.3/lib/rspec/core/configuration.rb:896:in `load_spec_files'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/rspec-core-2.14.3/lib/rspec/core/command_line.rb:22:in `run'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/rspec-core-2.14.3/lib/rspec/core/runner.rb:80:in `run'
from /home/jacqueline/.rvm/gems/ruby-1.9.3-p392@hackety-hack.com/gems/rspec-core-2.14.3/lib/rspec/core/runner.rb:17:in `block in autorun'
Coverage report generated for RSpec to /home/jacqueline/hackety-hack.com/public/coverage. 0 / 0 LOC (0.0%) covered.
jacqueline@jacqueline-Satellite-S55-A:~/hackety-hack.com$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment