johnf / cucumber forked from aslakhellesoy/cucumber
- Source
- Commits
- Network (280)
- Downloads (122)
- Wiki (1)
- Graphs
-
Tree:
30f2e26
commit 30f2e26504cf526bf2ded6988cea37c34db83a5b
tree d90469a01800dec4f15a0ae89bec12b1b8a3e0af
parent 6bbe45f0b9e17cb5de969a8faeb1dbf9e65e7744
tree d90469a01800dec4f15a0ae89bec12b1b8a3e0af
parent 6bbe45f0b9e17cb5de969a8faeb1dbf9e65e7744
cucumber /
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Sun Oct 05 03:46:17 -0700 2008 | |
| |
.gitignore | Fri Jun 12 14:58:35 -0700 2009 | |
| |
History.txt | ||
| |
License.txt | Wed Oct 14 10:37:28 -0700 2009 | |
| |
Manifest.txt | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
config/ | Tue Oct 06 06:27:23 -0700 2009 | |
| |
cucumber.gemspec | ||
| |
cucumber.yml | Mon Oct 12 17:14:44 -0700 2009 | |
| |
examples/ | ||
| |
features/ | ||
| |
gem_tasks/ | ||
| |
geminstaller.yml | ||
| |
lib/ | ||
| |
rails_generators/ | Wed Oct 07 16:51:33 -0700 2009 | |
| |
spec/ |
README.txt
= Cucumber The main website is at http://cukes.info/ The documentation is at http://github.com/aslakhellesoy/cucumber/wikis/home/ == Running tests gem install geminstaller geminstaller gem install test-unit # Only do this if you're on Ruby 1.9.1. Might not be needed when a new version of Spork is released. rake Note that if you're on Ruby 1.9.1, the RSpec suite will fail because RSpec doesn' work with Ruby 1.9.1 yet. You can run only the features: rake cucumber

