Rakefile in test_unit-given-0.9.3 vs Rakefile in test_unit-given-0.9.4

- old
+ new

@@ -19,10 +19,10 @@ desc 'build rdoc' RDoc::Task.new do |rd| rd.main = "README.rdoc" rd.generator = 'hanna' rd.rdoc_files.include("README.rdoc","lib/**/*.rb","bin/**/*") - rd.title = 'Methadone - Power Up your Command Line Apps' + rd.title = 'Test::Unit::Given - make your unit tests clear' rd.markup = "tomdoc" end CLOBBER << 'coverage' task :default => :test