Sha256: 6dd4a79ef7e77fdf1f3d3258b9775d133a76d0ae8b53ae43145d7cf9713a861f

Contents?: true

Size: 381 Bytes

Versions: 5

Compression:

Stored size: 381 Bytes

Contents

@announce
Feature: Push
  In order to send my features to relishapp.com
  As a Relish user dev
  I want a push command
  
  Background:
    Given my API token "1234" is stored
  
  Scenario: Specify everything at the command-line
    When I run relish push --host localhost:1234 --project p
    Then it should POST to "http://localhost:1234/api/pushes?project_id=p&api_token=1234"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
relish-0.0.8 features/push.feature
relish-0.0.7 features/push.feature
relish-0.0.6 features/push.feature
relish-0.0.5 features/push.feature
relish-0.0.4 features/push.feature