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:
parent
dbcbacef31
commit
5e4222694b
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue