Skip to content

Instantly share code, notes, and snippets.

@jamescasbon
Created February 15, 2012 13:35
Show Gist options
  • Save jamescasbon/1835699 to your computer and use it in GitHub Desktop.
Save jamescasbon/1835699 to your computer and use it in GitHub Desktop.
Example sysadmin feature
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