I\'m trying to start using Yeoman (it seems awesome indeed) and having an error trying to run the grunt test command.
grunt test
Running \"karma:unit\" (ka
this worked for me on ubuntu 12.04
echo 'export CHROME_BIN="/usr/bin/chromium-browser"' >> ~/.bashrc && source ~/.bashrc