diff options
| author | Chris Sepic | 2010-02-27 14:27:31 -0600 | 
|---|---|---|
| committer | Chris Sepic | 2010-02-27 14:27:31 -0600 | 
| commit | 7ffc7d8f20271259f5da95cb62aa073dbb012b1d (patch) | |
| tree | 465a42ea56a4784832bc40a98078de8cca30bc89 /spec | |
| parent | 0835f139d92af1d8275bdffe9ddb0d4414f02bb2 (diff) | |
| download | evernote-7ffc7d8f20271259f5da95cb62aa073dbb012b1d.tar.bz2 | |
Version bump to 0.2.0
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/evernote/auth.yaml | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/spec/evernote/auth.yaml b/spec/evernote/auth.yaml new file mode 100644 index 0000000..f238d53 --- /dev/null +++ b/spec/evernote/auth.yaml @@ -0,0 +1,11 @@ +sandbox: +  username: cgs +  password: password +  consumer_key: "12345" +  consumer_secret: ABCDE +   +invalid: +  username:  +  password: +  consumer_key: +  consumer_secret: | 
