moonmaster9000 / dupe

BDD your (ActiveResource compatible) services from the client-side, before they exist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for rspec?

jgarber opened this issue · comments

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!