You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a student on the forum has offered this solution - i have not yet tested it
See: https://github.com/rspec/rspec-core/issues/2210 for more info.
Solution:
vim Gemfile and delete version requirement for gem 'rspec-rails'
bundle update
rspec -v # now shows 3.5.1
bundle exec rake db:migrate # party time!
I can confirm that this works - the last two steps are not needed (i.e. "bundle update" is sufficient to cure the problem, "rspec -v" is a verification step, and db migration is not required to fix the issue with "rake routes")
The text was updated successfully, but these errors were encountered: