0.0
No commit activity in last 3 years
No release in over 3 years
Dupe is Active Resource mocking/factory for use with cucumber. Pickle-dupe is a pickle add-on that works with Dupe
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 0.5.1
= 0.2.1
 Project Readme

pickle-dupe¶ ↑

Pickle-dupe is an add-on to pickle that works with Dupe, an Active Resource mocking/factory.

Installation¶ ↑

Pickle-dupe requires the following gems

To install pickle-dupe gem, do:

sudo gem install pickle-dupe

Usage¶ ↑

In order to use pickle with dupe, you need to add :dupe to your pickle’s configuration as follows:

Pickle.configure do |config|
  config.adapters = [:dupe]
end

TODO¶ ↑

  • Spec for dynamically creating ActiveResource model when there is dupe definition but no model defined, making sure the

site value is set.

Copyright © 2010 iawgens. See LICENSE for details.