Skip to content

Instantly share code, notes, and snippets.

@dave-shawley
Created November 17, 2013 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dave-shawley/7516895 to your computer and use it in GitHub Desktop.
Save dave-shawley/7516895 to your computer and use it in GitHub Desktop.
BATS integration tests for nginx
@test "devpi-server is enabled" {
test -e /etc/nginx/sites-available/devpi-server
test -L /etc/nginx/sites-enabled/devpi-server
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment