schlick / pickle_example
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Michael MacDonald (author)
Wed Nov 25 04:50:49 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 27 19:38:16 -0700 2009 | |
| |
README | Wed Nov 25 04:06:28 -0800 2009 | |
| |
Rakefile | ||
| |
app/ | Tue Oct 27 19:38:16 -0700 2009 | |
| |
config/ | Wed Nov 25 04:06:28 -0800 2009 | |
| |
db/ | Tue Oct 27 19:38:16 -0700 2009 | |
| |
doc/ | Tue Oct 27 19:38:16 -0700 2009 | |
| |
features/ | ||
| |
lib/ | Wed Nov 25 04:06:28 -0800 2009 | |
| |
log/ | ||
| |
public/ | Tue Oct 27 19:38:16 -0700 2009 | |
| |
script/ | Tue Oct 27 19:38:16 -0700 2009 |
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

