This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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 | Mon Oct 12 16:25:25 -0700 2009 | |
| |
README.txt | Sun Oct 11 16:22:00 -0700 2009 | |
| |
Rakefile | Mon Oct 12 17:36:04 -0700 2009 | |
| |
bin/ | Mon Oct 12 05:09:43 -0700 2009 | |
| |
config/ | Tue Oct 06 06:27:23 -0700 2009 | |
| |
cucumber.gemspec | Fri Oct 09 08:12:29 -0700 2009 | |
| |
cucumber.yml | Mon Oct 12 17:14:44 -0700 2009 | |
| |
examples/ | Mon Oct 12 16:25:25 -0700 2009 | |
| |
features/ | Mon Oct 12 16:46:53 -0700 2009 | |
| |
gem_tasks/ | Mon Oct 12 17:14:44 -0700 2009 | |
| |
geminstaller.yml | Mon Oct 12 05:09:43 -0700 2009 | |
| |
lib/ | ||
| |
rails_generators/ | Wed Oct 07 16:51:33 -0700 2009 | |
| |
spec/ | Mon Oct 12 05:39:25 -0700 2009 |
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








