aiwilliams / scenarios
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
0b75e2d
commit 0b75e2dabac88716f982d7e078182693dd6022f3
tree 7a277e95859e13347d95c7e2bc24c9ac768951bd
parent 0b85396c9bd38580456e453ec27b54b47fb1521a
tree 7a277e95859e13347d95c7e2bc24c9ac768951bd
parent 0b85396c9bd38580456e453ec27b54b47fb1521a
scenarios / Rakefile
| 02c500d3 » | aiwilliams | 2008-06-07 | 1 | require File.expand_path(File.dirname(__FILE__) + '/testing/plugit_descriptor') | |
| 3c0ad066 » | aiwilliams | 2007-10-12 | 2 | ||
| d26b1340 » | aiwilliams | 2007-12-18 | 3 | require 'rake/rdoctask' | |
| 960d1ad8 » | jlong | 2007-10-18 | 4 | Rake::RDocTask.new(:doc) do |r| | |
| a52b41f6 » | jlong | 2007-10-18 | 5 | r.title = "Rails Scenarios Plugin" | |
| 960d1ad8 » | jlong | 2007-10-18 | 6 | r.main = "README" | |
| a52b41f6 » | jlong | 2007-10-18 | 7 | r.options << "--line-numbers" | |
| 960d1ad8 » | jlong | 2007-10-18 | 8 | r.rdoc_files.include("README", "LICENSE", "lib/**/*.rb") | |
| 9 | r.rdoc_dir = "doc" | ||||
| 9bb300f7 » | aiwilliams | 2008-06-19 | 10 | end | |
