Sha256: ed0210400f75927254ae751210655a5fac8157c5d2fbfe48a6c3ffe8b95cbbb9

Contents?: true

Size: 590 Bytes

Versions: 1

Compression:

Stored size: 590 Bytes

Contents

Feature: Manage Sites
  In order to value
  As a role
  I want feature
  
Scenario: Create a site and view list
  Given I am logged in
  When I create a new site with the name "new site name" and the description "new site description"
  And I get all sites
  Then the sites list should contain "new site name"
  
Scenario: Get a site by name
  Given I am logged in
  When I create a new site with the name "new site name" and the description "new site description"
  And I get the site named "new site name"
  Then the site attribute "id" should be "b4b866a0-d7d8-012c-1ba4-00254b9d9628"
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
360_services-0.0.1 features/manage_sites.feature