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
Savinay Narendra
380 PointsError while running the tests
I recently changed the rspec version and ran the test edit_spec.rb. I am getting this error " undefined method `infer_base_class_for_anonymous_controllers=' for #<RSpec::Core::Configuration:0xb9ba7e30> (NoMethodError) ". Can somebody help me with this?
2 Answers
Robert Ho
Courses Plus Student 11,383 PointsWhat are the specific changes that you made and what video did you watch?
Savinay Narendra
380 PointsActually I had made changes to the rails-rspec version in Gemfile. That was causing this error. I reverted all my changes and it is working fine now. Thanks.