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
<script type="text/javascript"> | |
(function($){ | |
$('ul.dd li').tipsy({gravity: $.fn.tipsy.autoNS}); | |
}); | |
</script> |
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: Complimentary Accounts | |
In order to cater for certain special people who promote our business | |
As Josh the Business Development Director | |
I want the ability to create special free accounts for special people | |
@josh | |
Scenario: Josh creates a complimentary account | |
When I create a new complimentary account for Lawrence | |
Then a welcome email should be sent to Lawrence |
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: Promo Codes | |
In order to allow certain people or organisations to purchase LIFE membership | |
As Josh the Business Development Director | |
I want the ability to create promo codes | |
@josh | |
Scenario: Josh creates a promo code | |
When I create a new promo code | |
Then I should be able to define the code phrase | |
And I should be able to define how many times it can be used |
NewerOlder