Not sure what’s gone wrong here (apart from the obvious missing spec_helper).
I’ve just cloned the Discourse repo and followed these steps for mac. I’m used to setting up projects and familiar with the steps involved.
I noticed rails_helper doesn’t require spec_helper and there is no spec_helper in the project. How are you guys running your rspec tests?
I get this error whether I run bundle exec rspec or bundle exec rake autospec.
Any help would be greatly appreciated as I’d rather not have to run in a VM.