Closed lifeBalance closed 8 years ago
I cloned the project, run bundle install and as I say in the title, can't run the tests:
bundle install
$ bundle exec rspec invalid option: --no-fail-fast Please use --help for a listing of valid options
Any idea why?
Alright, found it. It was an old .rspec file in my home directory.
.rspec
I cloned the project, run
bundle install
and as I say in the title, can't run the tests:Any idea why?