Cuking a service-oriented rails app with Dupe (aka, factory-girl for ActiveResource)
If you’re going to create a service oriented rails app with ActiveResource, why not cuke the frontend first, letting the frontend drive the services you’ll eventually create in the backend service provider? Dupe is the factory-girl of services, and makes outside-in BDD with cucumber possible for a service oriented app. Get gem installation instructions and an overview of the features or check out an in-depth tutorial that takes you through the cuking process with dupe.
Post a comment