Skip to content

Instantly share code, notes, and snippets.

@thiagoa
Last active October 3, 2016 18:03
Show Gist options
  • Save thiagoa/7afb5d25306695c888f6877d9996217a to your computer and use it in GitHub Desktop.
Save thiagoa/7afb5d25306695c888f6877d9996217a to your computer and use it in GitHub Desktop.
Stub timeline example
result = stub_result(
status: :ok,
tweets: [
‘screen_name’ => ‘joe’,
‘text’ => ‘Hi @bob, I am Joe!’,
‘mentions’ => [‘bob’],
‘created_at’ => Time.new(2016, 1, 1)
]
)
stub_timeline(id: ‘joe’, returns: result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment