Hello everyone, I must start a project where a third party application have to be mocked in order to me to test it on my Rails 3.0.3 app. I''ve found a project on github https://github.com/hayesdavis/mockingbird that does it for the Twitter API but I want something more generic, do you know any project? Please help, Rodrigo Alves Vieira. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Rodrigo Alves Vieira wrote in post #975547:> Hello everyone, I must start a project where a third party application > have > to be mocked in order to me to test it on my Rails 3.0.3 app. I''ve found > a > project on github https://github.com/hayesdavis/mockingbird that does it > for > the Twitter API but I want something more generic, do you know any > project?Try: https://github.com/chrisk/fakeweb -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
You might also want to check out vcr - a standard wrapper around a bunch of different stubbing libraries including fakeweb. https://github.com/myronmarston/vcr#readme Best Wishes, Peter On Jan 17, 2011, at 4:45 PM, Robert Walker wrote:> Rodrigo Alves Vieira wrote in post #975547: >> Hello everyone, I must start a project where a third party application >> have >> to be mocked in order to me to test it on my Rails 3.0.3 app. I''ve found >> a >> project on github https://github.com/hayesdavis/mockingbird that does it >> for >> the Twitter API but I want something more generic, do you know any >> project? > > Try: https://github.com/chrisk/fakeweb > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thank you guys! I''ll deeply study them! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Robert Walker wrote in post #975549:> Rodrigo Alves Vieira wrote in post #975547: >> Hello everyone, I must start a project where a third party application >> have >> to be mocked in order to me to test it on my Rails 3.0.3 app. I''ve found >> a >> project on github https://github.com/hayesdavis/mockingbird that does it >> for >> the Twitter API but I want something more generic, do you know any >> project? > > Try: https://github.com/chrisk/fakeweb...or WebMock, which is similar but not GPL. I have a presentation about it at http://marnen.github.com/webmock-presentation/webmock.html . Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.