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
| #!/bin/sh | |
| # | |
| # EC2 bootstrap | |
| # | |
| mkdir /etc/chef | |
| mkdir /var/chef | |
| cat > /etc/chef/solo.rb <<SOLO | |
| cookbook_path "/var/chef/cookbooks" |
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
| Feature: Identifying local leadership training chairs | |
| In order to identify local volunteers with increased capabilities | |
| As a super-user | |
| I want to be able to identify local leadership training chairs from each chapter | |
| Background: | |
| Given an application role "Local Leadership Training Chair" | |
| Given a LLTC 'Joe' from 'Cincinnati' | |
| Scenario: Admin viewing the LLTC page |
NewerOlder