Skip to content

Commit

Permalink
help tests cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Sep 28, 2015
1 parent 940e9ee commit 91a64ac
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 388 deletions.
1 change: 0 additions & 1 deletion lib/commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ module.exports = Command.extend({
}, this);
}.bind(this));
}

} else {
// If args were passed to the help command,
// attempt to look up the command for each of them.
Expand Down
4 changes: 3 additions & 1 deletion tests/factories/command-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ module.exports = function CommandOptionsFactory(options) {
ui: new MockUI(),
analytics: new MockAnalytics(),
tasks: {},
project: project
project: project,
commands: {},
settings: {}
});
};
Loading

0 comments on commit 91a64ac

Please sign in to comment.