Sha256: a61b83132eca0aff79cc5fe663ec223c90b4be32897828dc6ce149ede9c04914

Contents?: true

Size: 366 Bytes

Versions: 2

Compression:

Stored size: 366 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"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
relish-0.1.0 features/push.feature
relish-0.0.9 features/push.feature