schlick / pickle_example

This is a very basic and contrived example designed to demonstrate the benefits of using Pickle

This URL has Read+Write access

name age message
file .gitignore Tue Oct 27 19:38:16 -0700 2009 Initial version of demo [schlick]
file README Wed Nov 25 04:06:28 -0800 2009 Upgraded to pickle 0.2.0, cucumber 0.4.4 and fi... [schlick]
file Rakefile Tue Oct 27 19:38:16 -0700 2009 Initial version of demo [schlick]
directory app/ Tue Oct 27 19:38:16 -0700 2009 Initial version of demo [schlick]
directory config/ Wed Nov 25 04:06:28 -0800 2009 Upgraded to pickle 0.2.0, cucumber 0.4.4 and fi... [schlick]
directory db/ Tue Oct 27 19:38:16 -0700 2009 Initial version of demo [schlick]
directory doc/ Tue Oct 27 19:38:16 -0700 2009 Initial version of demo [schlick]
directory features/ Wed Nov 25 04:50:49 -0800 2009 Added scenario for multiline tables [schlick]
directory lib/ Wed Nov 25 04:06:28 -0800 2009 Upgraded to pickle 0.2.0, cucumber 0.4.4 and fi... [schlick]
directory log/ Tue Oct 27 19:38:16 -0700 2009 Initial version of demo [schlick]
directory public/ Tue Oct 27 19:38:16 -0700 2009 Initial version of demo [schlick]
directory script/ Tue Oct 27 19:38:16 -0700 2009 Initial version of demo [schlick]
README
== Pickle Example

This is a very basic and contrived example designed to demonstrate the benefits of using Ian White's "Pickle 
gem":http://github.com/ianwhite/pickle with Cucumber to improve the way you BDD.

== Requirements

cucumber >= 0.4.4
pickle   >= 0.2.0

== Getting Started

1. rake gems:install RAILS_ENV=cucumber
2. rake db:migrate
3. rake db:test:prepare
4. cucumber

For more information see "Pickle my Cucumber!":http://rubyflare.com/2009/10/28/pickle-my-cucumber