Closed genericlady closed 8 years ago
the .rspec file in the root of the project needs the flag --require spec_helper otherwise you have to explicitly declare `require 'spec_helper' at top of the specs and you will get a fail since you're not loading in the environment.
--require spec_helper
# .rspec --color --format documentation --require spec_helper
Confirming this issue still exists.
for web 0416
the .rspec file in the root of the project needs the flag
--require spec_helper
otherwise you have to explicitly declare `require 'spec_helper' at top of the specs and you will get a fail since you're not loading in the environment.