1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

fixed order of doc files

This commit is contained in:
Tammer Saleh 2008-06-17 13:07:10 -04:00
parent dbcbacef31
commit 5e4222694b

View file

@ -15,7 +15,7 @@ Rake::RDocTask.new { |rdoc|
rdoc.title = "Shoulda -- Making tests easy on the fingers and eyes"
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.rdoc_files.include('**/*.rdoc', 'lib/**/*.rb')
rdoc.rdoc_files.include('README.rdoc', 'CONTRIBUTION_GUIDELINES.rdoc', 'lib/**/*.rb')
}
desc 'Update documentation on website'