Skip to content

Commit

Permalink
Update refs to mocha.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 7, 2012
1 parent af26194 commit c269e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/bin/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%= 'init'.yellow %> <%= 'Initialize and scaffold a new project using generator templates'.grey %>
<%= 'build'.yellow %> <%= 'Build an optimized version of your app, ready to deploy'.grey %>
<%= 'server'.yellow %> <%= 'Launch a preview server which will begin watching for changes'.grey %>
<%= 'test'.yellow %> <%= 'Run a Jasmine test harness in a headless Phantom.js'.grey %>
<%= 'test'.yellow %> <%= 'Run a Mocha test harness in a headless Phantom.js'.grey %>

<%= 'install'.yellow %> <%= 'Install a package from the clientside package registry'.grey %>
<%= 'uninstall'.yellow %> <%= 'Uninstall the package'.grey %>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Yeoman supports a powerful set of high-level commands. These include:
yeoman init # Initialize and scaffold a new project using generator templates
yeoman build # Build an optimized version of your app, ready to deploy
yeoman server # Launch a preview server which will begin watching for changes
yeoman test # Run a Jasmine test harness in a headless Phantom.js
yeoman test # Run a Mocha test harness in a headless Phantom.js

yeoman install # Install a package from the client-side package registry
yeoman uninstall # Uninstall the package
Expand Down

0 comments on commit c269e4c

Please sign in to comment.