"test" is not working after new install #60
Description
Installed angular generator project using yo.
Summary of my selections:
Out of the box I include Bootstrap and some AngularJS recommended modules, AngularFire, and Firebase authentication.
? Firebase instance (https://.firebaseio.com) glowing-torch-8951
? Include Firebase auth and account tools? Yes
? Which providers shall I install? Email/Password, Anonymous, Facebook, Google, Twitter, GitHub
? Would you like to use Sass (with Compass)? Yes
? Would you like to include Bootstrap? Yes
? Would you like to use the Sass version of Bootstrap? Yes
? Which modules would you like to include? angular-animate.js, angular-cookies.js, angular-resource.js, angular-route.js, angular-sanitize.js, angular-touch.js
Resulting Readme says:
# test
This project is generated with [yo angular generator](https://github.com/yeoman/generator-angular)
version 1.0.0.
## Build & development
Run `grunt` for building and `grunt serve` for preview.
## Testing
Running `grunt test` will run the unit tests with karma.
Running tests results in:
Jacks-Mac-mini:test JackHayward$ npm test
> [email protected] test /Users/JackHayward/Documents/Development/firebase/test
> grunt test
Running "clean:server" (clean) task
>> 0 paths cleaned.
Running "wiredep:app" (wiredep) task
Running "wiredep:test" (wiredep) task
Running "wiredep:sass" (wiredep) task
Running "concurrent:test" (concurrent) task
Warning: Running "compass:dist" (compass) task
Warning: Command failed: /bin/sh -c compass --version
/bin/sh: compass: command not found
Use --force to continue.
Aborted due to warnings.