Sha256: 3dd084487172b4fa34f0b164fd96d098841774d77371b98f6b2c519c09412be3

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 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
    When it should POST to "http://localhost:1234/pushes?project_id=p&api_token=1234"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
relish-0.0.2 features/push.feature