basic_app.feature 590 B

1234567891011121314
  1. @basic_app
  2. Feature: Deploy a basic app
  3. In order to run my application
  4. As a developer
  5. I want to deploy a basic application
  6. Scenario: Deploy a basic app
  7. Given a new server
  8. Then the "/var/www/basic_app" directory should exist
  9. And the "/var/www/basic_app/shared" directory should exist
  10. And the "/var/www/basic_app/releases/0b60046431d14b6615d53ae6d8bd0ac62ae3eb6f" directory should exist
  11. And it should be owned by nobody with group daemon
  12. And "/var/www/basic_app/current" should be a symlink to "/var/www/basic_app/releases/0b60046431d14b6615d53ae6d8bd0ac62ae3eb6f"