Get rake test hooked up.

This commit is contained in:
Eric Davis
2010-07-06 15:18:25 -07:00
parent 585f70c0b2
commit 8672619f15

View File

@@ -6,6 +6,8 @@ Dir[File.expand_path(File.dirname(__FILE__)) + "/lib/tasks/**/*.rake"].sort.each
RedminePluginSupport::Base.setup do |plugin|
plugin.project_name = 'redmine_rate'
plugin.default_task = [:test]
plugin.tasks = [:db, :doc, :release, :clean, :test, :stats, :metrics, :spec]
plugin.redmine_root = File.expand_path(File.dirname(__FILE__) + '/../../../')
end
begin