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