features/help.feature in relish-0.0.9 vs features/help.feature in relish-0.1.0

- old
+ new

@@ -2,27 +2,29 @@ Feature: Help The `relish help` command displays all available commands along with a description of each. - The `relish help:<command>` option will display help text - for that particular command. - Scenario: View all available commands with the help command When I successfully run "relish help" Then the output should contain exactly: """ === Available Commands - help # show this usage - config # display the contents of your options file - config:show # display the contents of your options file - config:add --<option> <value> # add a configuration option to your options file - projects # list your projects - projects:list # list your projects - projects:add <org_or_user_handle>/<project_handle> # add a project - projects:remove <org_or_user_handle>/<project_handle> # remove a project - push # push features to relishapp.com + help # show this usage + config # display the contents of your options file + config:add --<option> <value> # add a configuration option to your options file + projects # list your projects + projects:add <org_or_user_handle>/<project_handle> # add a project + # append :private to make the project private + # example: relish projects:add rspec/rspec-core:private + projects:remove <org_or_user_handle>/<project_handle> # remove a project + push # push features to relishapp.com + collab # list the collaborators for a project + collab:add <org_or_user_handle>/<project_handle>:<collaborator_handle_or_email> # add a collaborator to a project + # example: relish collab:add rspec/rspec-core:justin + collab:remove <org_or_user_handle>/<project_handle>:<collaborator_handle_or_email> # remove a collaborator from a project + # example: relish collab:remove rspec/rspec-core:justin """ Scenario: Specifying no command runs the help command When I successfully run "relish" \ No newline at end of file