Created
February 15, 2012 13:35
-
-
Save jamescasbon/1835699 to your computer and use it in GitHub Desktop.
Example sysadmin feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Mail | |
In order to handle mail | |
Scenario: Mail relay | |
Given I am a production server | |
And I am not a mail server | |
Then I should have postfix installed | |
And I should have a mail relay to mail.example.org | |
Scenario: Mail server | |
Given I am a mail server | |
Then I should have postfix installed | |
And postfix should be running | |
And I should be listening on port 25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment