Sha256: b3b8c251e01fcb0c304b7757f49f567a594350166047975cce2645873727b968
Contents?: true
Size: 511 Bytes
Versions: 2
Compression:
Stored size: 511 Bytes
Contents
Feature: Server control As a developer I want to be able to command the server So that I can control the server Scenario: Start server When I start the server on port 3000 Then I should see "Server started on port 3000" Scenario: Stop server Given the server is running When I stop the server Then I should see "Server stopped" Scenario: Supply port number when starting the server When I start the server on port 4000 Then I should see "Server started on port 4000"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yarn-0.0.2 | features/server.feature |
yarn-0.0.1 | features/server.feature |