cucumber 0.10.5 → 0.10.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +0,0 @@
1
- begin
2
- require 'rake/rdoctask'
3
- require 'sdoc' # and use your RDoc task the same way you used it before
4
-
5
- Rake::RDocTask.new(:sdoc) do |rdoc|
6
- rdoc.rdoc_dir = 'doc/sdoc'
7
- rdoc.title = "Cucumber"
8
- rdoc.options += %w{--fmt shtml -N --webcvs=http://github.com/cucumber/cucumber/blob/v0.3.96/%s --title "Cucumber API" --threads 4 --main README --exclude cucumber/parser lib}
9
- rdoc.template = 'direct' # lighter template used on railsapi.com
10
- end
11
- rescue LoadError => ignore
12
- end