I am trying to add "--require spec_helper" to .rspec file based on a suggestion in https://stackoverflow.com/a/5097049/371572
I tried to create .rspec file in the root of the webapp and added the above line but it doesn't seem to work. Neither does added to spec/spec.opts I realized that the version of rspec we are using is 1.3.2 and rspec-rails version of 1.3.4. So I was wondering if there is a support for reading .rspec file in this version. How do I look up or verify that.
P.S. I run specs using bundle exec rake spec