Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. group :development do
  2. # Use rspec-rails to run test environment
  3. gem 'rspec-rails'
  4. end
  5.  
  6. Failure/Error: require File.expand_path('../../config/environment', __FILE__)
  7.  
  8. Gem::LoadError:
  9. You have already activated rspec-support 3.6.0.beta2, but your Gemfile requires rspec-support 3.5.0. Prepending `bundle exec` to your command may solve this.
  10.  
  11. gem uninstall rspec-3.6.0.beta2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement