changed application name for firefox to match the commandline executible

This commit is contained in:
Spencer Alger
2013-11-13 11:31:37 -07:00
parent 3463b9f395
commit a5cac7aee2

View File

@ -209,7 +209,7 @@ module.exports = function (grunt) {
var browsers = {
safari: 'Safari',
chrome: 'Google Chrome',
firefox: 'Firefox'
firefox: 'firefox'
};
// creates browser_tests:{{browser}} tasks, for the browsers listed directly above