compass-adapters/chef/cookbooks/apache2/test/features/host_perl_applications.feature
2013-12-12 01:33:01 +00:00

12 lines
376 B
Gherkin

@mod_perl
Feature: Host Perl applications
In order to host dynamic websites
As a developer
I want to be able to host Perl applications
Scenario: Host Perl application
Given a new webserver with Perl support enabled
When a request is made to a Perl script that generates a list of environment variables
Then the expected environment variables will be present