Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #257 from appleboy/develop
Browse files Browse the repository at this point in the history
fixed #256 mocha options.
  • Loading branch information
sindresorhus committed May 1, 2014
2 parents b0c8f5a + 4256d56 commit e8a49e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module.exports = function (grunt) {
all: {
options: {
run: true,
src: ['http://localhost:<%%= connect.test.options.port %>/index.html']
urls: ['http://localhost:<%%= connect.test.options.port %>/index.html']
}
}
}<% } else { %>,
Expand Down
2 changes: 1 addition & 1 deletion app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"grunt-contrib-imagemin": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",<% if (testFramework === 'jasmine') { %>
"grunt-contrib-jasmine": "~0.5.2",<% }else{ %>
"grunt-mocha": "~0.4.9",<% } %>
"grunt-mocha": "~0.4.10",<% } %>
"grunt-usemin": "~0.1.12",<% if(includeRequireJS){ %>
"grunt-bower-requirejs": "~0.8.3",
"grunt-requirejs": "~0.4.0",<% } %>
Expand Down

0 comments on commit e8a49e7

Please sign in to comment.