Skip to content

Instantly share code, notes, and snippets.

@gshutler
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gshutler/9408645 to your computer and use it in GitHub Desktop.
Save gshutler/9408645 to your computer and use it in GitHub Desktop.
The key, the secret
let(:key) { "I've got the key" }
let(:secret) { "I've got the secret" }
let(:refresh_token) { "I've got the key to another way" }
let(:token) { "Ah ah ah ah ah ah, aha aha" }
let(:iv) { "Ah ah ah ah ah" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment