Show More
Commit Description:
[web] changed column type for running_time in test_requests, display new stat info...
Commit Description:
[web] changed column type for running_time in test_requests, display new stat info
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@162 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/rspec_on_rails/Rakefile
| 9 lines
| 315 B
| text/x-ruby
| RubyLexer
|
|
r60 | require 'rake' | ||
require 'rake/rdoctask' | ||||
desc 'Generate RDoc' | ||||
rd = Rake::RDocTask.new do |rdoc| | ||||
rdoc.rdoc_dir = '../doc/output/rdoc-rails' | ||||
rdoc.options << '--title' << 'Spec::Rails' << '--line-numbers' << '--inline-source' << '--main' << 'Spec::Rails' | ||||
rdoc.rdoc_files.include('MIT-LICENSE', 'lib/**/*.rb') | ||||
end | ||||