Closed ghost closed 8 years ago
I just noticed this happening in my local builds as well.
I just figured out what was causing the problem for me. spec-ci requires phantomjs. phantomjs has some added system dependencies that were not installed on my system (Fedora 21). Try doing a sudo npm install -g phantomjs
. This should pull in all the dependencies that you need. If you are on Mac or Windows, I'm not sure what to do. You could look at http://phantomjs.org/download.html
@StephenTurley Just noticed your comment, thanks! I'll try and let you know.
I have been using lineman / lineman-angular / test'em and I love it. Following is an unexpected error with lineman spec-ci:
Steps to reproduce
Observed Behavior
Expected Behavior
Thanks in advance for any insights you might have on this.
Regards Rodrigo