aiwilliams / scenarios

Scenarios has been deprecated. Please use Dataset instead.

This URL has Read+Write access

aiwilliams (author)
Mon Nov 10 11:44:32 -0800 2008
commit  0b75e2dabac88716f982d7e078182693dd6022f3
tree    7a277e95859e13347d95c7e2bc24c9ac768951bd
parent  0b85396c9bd38580456e453ec27b54b47fb1521a
scenarios / Rakefile
02c500d3 » aiwilliams 2008-06-07 In the middle of moving to ... 1 require File.expand_path(File.dirname(__FILE__) + '/testing/plugit_descriptor')
3c0ad066 » aiwilliams 2007-10-12 scenarios: importing projec... 2
d26b1340 » aiwilliams 2007-12-18 scenarios: added built-in b... 3 require 'rake/rdoctask'
960d1ad8 » jlong 2007-10-18 scenarios: tweaked docs 4 Rake::RDocTask.new(:doc) do |r|
a52b41f6 » jlong 2007-10-18 scenarios: first pass at RDocs 5 r.title = "Rails Scenarios Plugin"
960d1ad8 » jlong 2007-10-18 scenarios: tweaked docs 6 r.main = "README"
a52b41f6 » jlong 2007-10-18 scenarios: first pass at RDocs 7 r.options << "--line-numbers"
960d1ad8 » jlong 2007-10-18 scenarios: tweaked docs 8 r.rdoc_files.include("README", "LICENSE", "lib/**/*.rb")
9 r.rdoc_dir = "doc"
9bb300f7 » aiwilliams 2008-06-19 Cleaned up Rakefile, made t... 10 end