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

- old
+ new

@@ -6,25 +6,35 @@ Scenario: View all available commands with the help command When I successfully run "relish help" Then the output should contain exactly: """ + A <project> can be scoped by an organization or user handle. For + example, if an organiztion (rspec) has a project (rspec-core), then + the <project> would be `rspec/rspec-core`. If a user (justin) has a + project (my-project), then <project> would be `justin/my-project`. + + If you leave off the organization or user handle, then it defaults + to the user (you). + === Available Commands - 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 + help # show this usage + config # display the contents of your options file + config:add <option>:<value> # add a configuration option to your options file + # example: relish config:add project:rspec-core + # valid configuration options: project + 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 <project> # push features to relishapp.com + collab # list the collaborators for a project + collab:add <project>:<collaborator_handle_or_email> # add a collaborator to a project + # example: relish collab:add rspec/rspec-core:justin + collab:remove <project>:<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