moonmaster9000 / dupe

BDD your (ActiveResource compatible) services from the client-side, before they exist.
62 stars 17 forks source link

Support for rspec? #16

Closed jgarber closed 13 years ago

jgarber commented 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?

moonmaster9000 commented 13 years ago

Dupe will work in Rspec. Simply require 'dupe', create some mocks, and you're good to go.

jgarber commented 13 years ago

Sure enough! Thanks for the help!