public
Fork of aslakhellesoy/cucumber
Description: An experimental reimplementation of RSpec's story framework, based on Treetop
Homepage: http://rspec.info
Clone URL: git://github.com/dchelimsky/cucumber.git
name age message
file .gitignore Thu Aug 07 10:56:27 -0700 2008 Several smaller tweaks [aslakhellesoy]
file History.txt Wed Aug 27 02:00:52 -0700 2008 More work on HTML formatter [aslakhellesoy]
file License.txt Tue Aug 05 14:02:17 -0700 2008 Docs [aslakhellesoy]
file Manifest.txt Mon Sep 22 04:01:58 -0700 2008 Fix Manifest and small cleanups [aslakhellesoy]
file README.txt Wed Aug 20 23:53:20 -0700 2008 Moved README.textile to Wiki on Github. Now Hoe... [aslakhellesoy]
file Rakefile Thu May 29 14:14:04 -0700 2008 ran fix_cr_lf again to fix newlines. this task ... [aslakhellesoy]
file TODO.txt Wed Aug 06 10:09:26 -0700 2008 Hoe updates [aslakhellesoy]
directory bin/ Thu Sep 18 05:58:42 -0700 2008 Made $. modification a little smarter and remov... [aslakhellesoy]
directory config/ Fri Aug 08 06:57:25 -0700 2008 Update manifest and gemspec [aslakhellesoy]
file cucumber.gemspec Mon Sep 22 04:01:58 -0700 2008 Fix Manifest and small cleanups [aslakhellesoy]
file cucumber.yml Fri Sep 19 07:39:18 -0700 2008 Fixed #12 - Add --profile option to command line [aslakhellesoy]
directory examples/ Sat Sep 20 13:21:43 -0700 2008 Merge branch 'master' of git://github.com/pelle... [aslakhellesoy]
directory features/ Wed Sep 17 09:09:32 -0700 2008 Add dogfood features [aslakhellesoy]
directory gem_tasks/ Thu Sep 18 05:54:54 -0700 2008 Added Danish and Swedish (to my best knowledge)... [aslakhellesoy]
directory generators/ Thu Sep 18 05:30:14 -0700 2008 Made transactional fixtures optional. To use tr... [danlucraft]
directory lib/ Thu Sep 25 13:57:49 -0700 2008 html formatter step_skipped now accepts correct... [dchelimsky]
directory script/ Wed Aug 06 08:27:22 -0700 2008 Moved everything around to a better file structure [aslakhellesoy]
file setup.rb Thu May 29 14:14:04 -0700 2008 ran fix_cr_lf again to fix newlines. this task ... [aslakhellesoy]
directory spec/ Sat Sep 20 13:23:41 -0700 2008 Merge branch 'master' of git://github.com/dchel... [aslakhellesoy]
directory website/ Thu May 29 14:14:04 -0700 2008 ran fix_cr_lf again to fix newlines. this task ... [aslakhellesoy]
README.txt
= Cucumber

* http://github.com/aslakhellesoy/cucumber

== DESCRIPTION:

Cucumber executes plain text documentation of code against that code.
Documentation: http://github.com/aslakhellesoy/cucumber/wikis/home

== REQUIREMENTS:

* FIX (list of requirements)

== INSTALL:

* gem sources --add http://gems.github.com/ 
* gem install aslakhellesoy-cucumber

== LICENSE:

(The MIT License)

Copyright (c) 2008 Aslak Hellesøy

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.