Closed lmdragun closed 9 years ago
It looks like something is requiring spec helper
instead of spec_helper
(underscore instead of space).
require': cannot load such file -- spec helper (LoadError)
. I would recommend doing a full project search for spec helper
with the space to locate the culprit!
Ping. Is this resolved?
I think one of my gems made tests, so when I run rspec they start to run, but break towards the end. My own tests are never run.
Here's some of what appears in my terminal leading up to the error and the entire error: