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 [email protected] 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

