I'm using rspec and capybara to write test cases to integrate with Cheddargetter (a payment solution provider). I have no problems testing my requests to CG's API however I'm not sure how to best test when CG's API giving a web callback to the Rails app.I'm using rspec and capybara to write test case