Tomas Pospisek
2006-Dec-14 13:50 UTC
[mocha-developer] Patch: make rdoc of lib/mocha/object.rb instead of lib/stubba/object.rb
Index: Rakefile ==================================================================--- Rakefile (revision 73) +++ Rakefile (working copy) @@ -23,7 +23,7 @@ task.rdoc_dir = ''doc'' task.template = "html_with_google_analytics" task.options << "--line-numbers" << "--inline-source" - task.rdoc_files.include(''README'', ''RELEASE'', ''COPYING'', ''MIT-LICENSE'', ''agiledox.txt'', ''lib/mocha/auto_verify.rb'', ''lib/mocha/mock_methods.rb'', ''lib/mocha/expectation.rb'', ''lib/stubba/object.rb'') + task.rdoc_files.include(''README'', ''RELEASE'', ''COPYING'', ''MIT-LICENSE'', ''agiledox.txt'', ''lib/mocha/auto_verify.rb'', ''lib/mocha/mock_methods.rb'', ''lib/mocha/expectation.rb'', ''lib/mocha/object.rb'', ''lib/mocha_standalone.rb'') end task :rdoc => :examples ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.