Created
March 30, 2011 23:38
-
-
Save mipearson/895534 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Given I have a fresh Ubuntu instance | |
And the security group for the instance allows HTTP requests | |
When I apply the node role 'passenger' to the instance | |
And I deploy a stub Rails application to the instance | |
Then the instance should serve the stub rails application | |
Given I have a fresh Ubuntu instance | |
And the security group for the instance allows MongoDB requests | |
When I apply the node role 'mongodb' to the instance | |
Then the instance should provide a MongoDB server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment