public
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/thoughtbot/shoulda.git
Search Repo:
Added contribution guidelines
tsaleh (author)
Tue Jun 17 10:03:25 -0700 2008
commit  dbcbacef313145fad452bf195e3b84dd48b29eb6
tree    294be4ee7a6f22d1032ef6f5cd64d49d20187262
parent  730c2d338b09c92c23bd643c9539766afeeaf46c
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ Rake::RDocTask.new { |rdoc|
0
   rdoc.title = "Shoulda -- Making tests easy on the fingers and eyes"
0
   rdoc.options << '--line-numbers' << '--inline-source'
0
   rdoc.template = "#{ENV['template']}.rb" if ENV['template']
0
- rdoc.rdoc_files.include('README', 'lib/**/*.rb')
0
+ rdoc.rdoc_files.include('**/*.rdoc', 'lib/**/*.rb')
0
 }
0
 
0
 desc 'Update documentation on website'

Comments

    No one has commented yet.