Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Rafael Flores
PLUS
Rafael Flores
Courses Plus Student 22,056 Points

Rspec upgrade causing problems

I upgraded "I think to rspec 3.2 I am getting the following error when I run the "rspec spec" command: Users/rafaelflores/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `require': cannot load such file -- rspec/rails (LoadError)

there is a 'require "rspec /rails" ' line on the spec_helper file

1 Answer