Skip to content

Instantly share code, notes, and snippets.

@manicExpressive
Created July 21, 2015 16:29
Show Gist options
  • Save manicExpressive/2d9bf3ce4dc1b6815304 to your computer and use it in GitHub Desktop.
Save manicExpressive/2d9bf3ce4dc1b6815304 to your computer and use it in GitHub Desktop.
lando:web stickwithjosh$ rspec
I, [2015-07-21T09:29:01.537897 #98796] INFO -- : Not reporting to Code Climate because ENV['CODECLIMATE_REPO_TOKEN'] is not set.
/Users/stickwithjosh/Work/copious/threads/web/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:274:in `require': cannot load such file -- rspec/rails (LoadError)
from /Users/stickwithjosh/Work/copious/threads/web/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:274:in `block in require'
from /Users/stickwithjosh/Work/copious/threads/web/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:240:in `load_dependency'
from /Users/stickwithjosh/Work/copious/threads/web/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:274:in `require'
from /Users/stickwithjosh/Work/copious/threads/web/spec/rails_helper.rb:5:in `<top (required)>'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /Users/stickwithjosh/Work/copious/threads/web/spec/controllers/api/v1/sessions_controller_spec.rb:1:in `<top (required)>'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.2.3/lib/rspec/core/configuration.rb:1226:in `load'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.2.3/lib/rspec/core/configuration.rb:1226:in `block in load_spec_files'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.2.3/lib/rspec/core/configuration.rb:1224:in `each'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.2.3/lib/rspec/core/configuration.rb:1224:in `load_spec_files'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.2.3/lib/rspec/core/runner.rb:97:in `setup'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.2.3/lib/rspec/core/runner.rb:85:in `run'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.2.3/lib/rspec/core/runner.rb:70:in `run'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.2.3/lib/rspec/core/runner.rb:38:in `invoke'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.2.3/exe/rspec:4:in `<top (required)>'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/bin/rspec:23:in `load'
from /Users/stickwithjosh/.rbenv/versions/2.2.2/bin/rspec:23:in `<main>'
lando:web stickwithjosh$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment