Created
February 23, 2015 22:18
-
-
Save HowardvanRooijen/1c493209e758a57e547c to your computer and use it in GitHub Desktop.
Second Validate License Scenario
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
Scenario: Validate a 'Subscription' License that expired last month | |
Given they want a 'Subscription' license | |
And their license was issued a month ago | |
And I generate their license | |
When they validate their license | |
Then it should be an expired license | |
And it should have been issued last month | |
And the license should have expired on the last day of last month |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment