Last active
August 29, 2015 13:58
-
-
Save mlopes/10125781 to your computer and use it in GitHub Desktop.
This file contains 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: API user adds credentials to an agile keychain | |
So that I can store my passwords | |
As an API user | |
I must be able to add credentials to the keychain | |
Scenario: Adding website credentials to the keychain | |
Given I have an initialised keychain | |
When I assign my credentials to a key in the keychain | |
Then that data should be stored in the keychain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment