Here's my problem in a nutshell: I have a Ruby on Rail app I'm building that needs to execute an HTTP POST to another app (not in Ruby). I want to setup automated tests for these where either the underlying POST is mocked (or using a simulator for the other service, which we want anyway for QA testing). I'm trying to follow good practice and not build in test support to production code.
Anyone have any suggestions? Thanks you, Cliff (on a side note, I did a google search but the results were largely about testing the POST method for the RoR app itself) -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
