Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Add a basic outline feature for push
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Oct 3, 2010
1 parent 6ae8a74 commit 620dd77
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions features/push.feature
@@ -0,0 +1,13 @@
Feature: Push
In order to send my features to relishapp
As a dev
I want to push

Scenario: Specify everything at the command-line
When I run "relish push --host localhost:101 --project rspec-core --user rspec"
When it should POST to "http://localhost:101/rspec/rspec-core"





0 comments on commit 620dd77

Please sign in to comment.