diff options
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: |
