Skip to content

Commit

Permalink
Adding .document RDoc config file
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Nov 25, 2008
1 parent 6119a8d commit 2eefcf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .document
@@ -0,0 +1,4 @@
README.rdoc
lib/**/*.rb
History.txt
MIT-LICENSE.txt
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -77,7 +77,7 @@ end

desc "Generate RDoc"
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

desc "Run specs using jruby"
Expand Down

0 comments on commit 2eefcf5

Please sign in to comment.