[mocha-developer] Patch: make rdoc of lib/mocha/object.rb instead of lib/stubba/object.rb
Tomas Pospisek
tpo2 at sourcepole.ch
Thu Dec 14 08:50:07 EST 2006
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.
More information about the mocha-developer
mailing list