Get rake test hooked up.
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user