Sha256: 37f014a2ac58511088a4fc7d0188d14e271a1eed28c474b778c3937cfb60e62b

Contents?: true

Size: 561 Bytes

Versions: 27

Compression:

Stored size: 561 Bytes

Contents

@announce
Feature: Projects
  In order to add and delete projects
  As a Relish user
  I want to use the projects command
  
#   Background:
#     Given my API token "1234" is stored
#   
#   Scenario: Listing all projects
#     When I run relish projects --host localhost:1234
#     Then it should GET to "http://localhost:1234/api/projects?api_token=1234"
#   
#   Scenario: Adding a project
#     When I run relish projects:add rspec-core --host localhost:1234
#     Then it should POST to "http://localhost:1234/api/projects?name=rspec-core&api_token=1234"

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
relish-0.7.1 features/projects.feature
relish-0.7 features/projects.feature
relish-0.6 features/projects.feature
relish-0.5.3 features/projects.feature
relish-0.5.2 features/projects.feature
relish-0.5.1 features/projects.feature
relish-0.5.0 features/projects.feature
relish-0.4.0 features/projects.feature
relish-0.3.0 features/projects.feature
relish-0.3.0.pre features/projects.feature
relish-0.2.3 features/projects.feature
relish-0.2.2 features/projects.feature
relish-0.2.1 features/projects.feature
relish-0.2.0 features/projects.feature
relish-0.1.6 features/projects.feature
relish-0.1.5 features/projects.feature
relish-0.1.4 features/projects.feature
relish-0.1.3 features/projects.feature
relish-0.1.2 features/projects.feature
relish-0.1.1 features/projects.feature