Skip to content

Commit

Permalink
Removing trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Oliveira committed May 9, 2013
1 parent 1911885 commit 0108e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/cucumber-js-task.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (grunt) {
var tags = options.tags;
var format = options.format;
var executable = options.executable;

grunt.verbose.writeflags(options, 'Options');

var callback = function(succeeded) {
Expand Down Expand Up @@ -42,7 +42,7 @@ module.exports = function (grunt) {


var execOptions = ['node', 'node_modules/.bin/cucumber-js'];

var _ = grunt.util._;
if (! _.isEmpty(files)) {
execOptions = execOptions.concat(files);
Expand All @@ -62,7 +62,7 @@ module.exports = function (grunt) {
execOptions.push('-f');
execOptions.push(format);
}

var cucumberPath = 'cucumber';
if (! _.isEmpty(executable)) {
cucumberPath = executable;
Expand Down

0 comments on commit 0108e08

Please sign in to comment.