README.rdoc in pickle-0.1.22 vs README.rdoc in pickle-0.1.23

- old
+ new

@@ -17,19 +17,21 @@ <b>Lighthouse</b> for bugs: http://ianwhite.lighthouseapp.com/projects/25941-pickle <b>Railscast</b> presentation: http://railscasts.com/episodes/186-pickle-with-cucumber +<b>Blog articles</b>: {dynamic50: Integration testing with cucumber and pickle}[http://blog.dynamic50.com/index.php/2009/04/integration-testing-with-cucumber-and-pickle/], {rubyflare: pickle my cucumber}[http://rubyflare.com/2009/10/28/pickle-my-cucumber/] + == Install Install pickle either as a rails plugin, or a gem # gem from gemcutter sudo gem install pickle # gem dependency (in config/environments/cucumber.rb) - gem 'pickle' + config.gem 'pickle' # plugin script/plugin install git://github.com/ianwhite/pickle.git # or, plugin as submodule @@ -99,10 +101,12 @@ === Configuring Pickle You can tell pickle to use another factory adapter (see Pickle::Adapter), or create mappings from english expressions to pickle model names. You can also -override many of the options on the Pickle::Config object if you so choose +override many of the options on the Pickle::Config object if you so choose. + +In: <tt>features/support/pickle.rb</tt> require 'pickle/world' Pickle.configure do |config| config.adapters = [:machinist, YourOwnAdapterClass] \ No newline at end of file