Grunt Testing
==============
To run tests make sure grunt is installed in the root project directory

    npm update
    npm install -g grunt-cli
    
Then run grunt from the project root directory as well

    grunt test
