Adding .document RDoc config file
This commit is contained in:
parent
6119a8d08f
commit
2eefcf5060
4
.document
Normal file
4
.document
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
README.rdoc
|
||||||
|
lib/**/*.rb
|
||||||
|
History.txt
|
||||||
|
MIT-LICENSE.txt
|
2
Rakefile
2
Rakefile
@ -77,7 +77,7 @@ end
|
|||||||
|
|
||||||
desc "Generate RDoc"
|
desc "Generate RDoc"
|
||||||
task :docs do
|
task :docs do
|
||||||
system "hanna -x Rakefile -x spec -x '.js' --title 'Webrat #{Webrat::VERSION} API Documentation'"
|
system "hanna --title 'Webrat #{Webrat::VERSION} API Documentation'"
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Run specs using jruby"
|
desc "Run specs using jruby"
|
||||||
|
Loading…
Reference in New Issue
Block a user