You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shoulda
Hi folks, I'm using the twitter gem for get my last tweets and I've a
recent_tweets helper in my application_helper, this helper is used in
layout level, then I want to stub this helper and avoid the twitter
request because my tests are very slow, how to I can stub this helper
for all my functional tests?
Thanks.
Michael Breen
unread,
Nov 28, 2009, 9:05:59 AM11/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sho...@googlegroups.com
You may want to think about stubbing the HTTP request to Twitter using webmock[1] or fakeweb[2] instead of stubbing your helper.