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

Cody Mumford
Cody Mumford
11,531 Points

RSpec giving error when I run all tests

RSpec is giving me a strange error message when(only when running all tests) I run all my tests. I know I need to require spec_helper rather than rails_helper. But RSpec keeps telling me I need to use rails_helper rather than spec_helper and vice versa.

.rvm/gems/ruby-2.2.1/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `require': cannot load such file -- rails_helper (LoadError)

Thanks for help in advance

https://github.com/cody-mum1228/tdl1

Broken link