public
Description: RSpec's Story Runner (formerly RBehave, presently replaced by Cucumber)
Homepage:
Clone URL: git://github.com/dchelimsky/rspec-stories.git
name age message
file .gitignore Sun Jul 06 05:10:03 -0700 2008 ignore coverage [dchelimsky]
file History.txt Thu Jan 08 15:12:57 -0800 2009 clean out some un-necessaries [dchelimsky]
file License.txt Wed Oct 08 18:26:49 -0700 2008 move license back out to its own file [dchelimsky]
file Manifest.txt Mon Jan 12 03:42:43 -0800 2009 add tasks to automate updating the manifest and... [dchelimsky]
file README.txt Thu Jan 08 15:12:57 -0800 2009 clean out some un-necessaries [dchelimsky]
file Rakefile Mon Jan 12 03:42:43 -0800 2009 add tasks to automate updating the manifest and... [dchelimsky]
file init.rb Thu Jan 08 13:20:03 -0800 2009 RSpec Story Runner v0.9.0.0 (rspec-stories gem)... [spicycode]
directory lib/ Fri May 01 09:30:50 -0700 2009 set version to 1.0 [dchelimsky]
directory resources/ Thu Jan 08 13:20:03 -0800 2009 RSpec Story Runner v0.9.0.0 (rspec-stories gem)... [spicycode]
file rspec-stories.gemspec Fri May 01 09:30:50 -0700 2009 set version to 1.0 [dchelimsky]
directory spec/ Thu Jan 08 15:12:57 -0800 2009 clean out some un-necessaries [dchelimsky]
directory story_server/ Sun Nov 16 18:17:50 -0800 2008 use __send__ [dchelimsky]
README.txt
= RSpec Story Runner

* http://rspec.info
* http://rubyforge.org/projects/rspec-stories
* http://github.com/dchelimsky/rspec/wikis
* mailto:rspec-devel@rubyforge.org

== DESCRIPTION:

This is the RSpec Story Runner (formerly RBehave) extracted from RSpec. We extracted it because Cucumber 
(http://github.com/aslakhellesoy/cucumber) is the new Story Runner, so we don't plan to maintain the original Story 
Runner any longer, but we don't want to force you to migrate to Cucumber in order to upgrade RSpec (which will no longer 
ship with the Story Runner).

Many thanks to Chad Humphries for extracting this out from RSpec and untangling a few dependencies so this could stand 
on its own as a gem.

== INSTALL:

  [sudo] gem install dchelimsky-rspec-stories

 or

  git clone git://github.com/dchelimsky/rspec-stories.git
  cd rspec-stories
  rake gem
  rake install_gem