Closed jgarber closed 13 years ago
Dupe works great in my Cucumber features, but I haven't found any example of how to use it with Rspec. Can it hook into ActiveResource::HttpMock somehow?
Dupe will work in Rspec. Simply require 'dupe', create some mocks, and you're good to go.
Sure enough! Thanks for the help!
Dupe works great in my Cucumber features, but I haven't found any example of how to use it with Rspec. Can it hook into ActiveResource::HttpMock somehow?