Solved it with help from my colleague. Turns out that the spec files have to be named with a _spec
suffix, and bundle exec rspec spec
works. I name the spec file with a test_
prefix previously. Was using bundler 1.3.5 and rspec 2.14.1
Solved it with help from my colleague. Turns out that the spec files have to be named with a _spec
suffix, and bundle exec rspec spec
works. I name the spec file with a test_
prefix previously. Was using bundler 1.3.5 and rspec 2.14.1