Displaying 1 result from an estimated 1 matches for "httpcommun".
2007 Dec 21
4
I need some guidance
...'m trying to go through the BDD process in doing so. I''m having a bit of a
struggle figuring out how to set up the tests in relation to isolating
things appropriately as well as testing behavior vs testing implementation.
Specifically, I''m trying to set up a post method on my HttpCommunicator so I
have the following:
describe FamilyTreeApi::HttpCommunicator, "post" do
it "should accept an endpoint and an xml string to post" # I''m okay with
this one
it "should perform post content to given endpoint"
it "should return a response object&qu...