Sha256: a900a504da012ce1989a6fc85f8c1e1d0a26423bee72168e83b811bc896e6e48

Contents?: true

Size: 590 Bytes

Versions: 22

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 "b8453bf0-fe23-012c-3e4c-0026bb5241fa"
  

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
360_services-1.1.3 features/manage_sites.feature
360_services-1.1.2 features/manage_sites.feature
360_services-1.1.1 features/manage_sites.feature
360_services-1.0.10 features/manage_sites.feature
360_services-1.1.0 features/manage_sites.feature
360_services-1.0.9 features/manage_sites.feature
360_services-1.0.8 features/manage_sites.feature
360_services-1.0.7 features/manage_sites.feature
360_services-1.0.6 features/manage_sites.feature
360_services-1.0.5 features/manage_sites.feature
360_services-1.0.4 features/manage_sites.feature
360_services-1.0.3 features/manage_sites.feature
360_services-1.0.2 features/manage_sites.feature
360_services-0.0.8 features/manage_sites.feature
360_services-0.0.7 features/manage_sites.feature
360_services-0.0.6 features/manage_sites.feature
360_services-0.0.5 features/manage_sites.feature
360_services-1.0.1 features/manage_sites.feature
360_services-1.0.0 features/manage_sites.feature
360_services-0.0.4 features/manage_sites.feature