Sha256: 0a07a16429494fc7a7aaa3e93ec5d6b284e7d1ed415ff312500cc45893ebc48f

Contents?: true

Size: 566 Bytes

Versions: 1

Compression:

Stored size: 566 Bytes

Contents

Feature: Manage the web server
  In order to start stop the web server
  As a console user
  I want to be able to install the web server
  
  Background:
    Given I am on the target install directory
  Scenario: Create the server
    When I install the server
    Then I should see "ginst.yml" file
    
  Scenario: Starting and stoping the web server
    Given I should not be able to access the webserver
    When I start the server
    Then I should be able to access the webserver
    When I stop the server
    Then I should not be able to access the webserver

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ginst-0.2.2 features/manage_server.feature