Remove metrics task
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -6,7 +6,7 @@ Dir[File.expand_path(File.dirname(__FILE__)) + "/lib/tasks/**/*.rake"].sort.each
|
||||
RedminePluginSupport::Base.setup do |plugin|
|
||||
plugin.project_name = 'redmine_contracts'
|
||||
plugin.default_task = [:test]
|
||||
plugin.tasks = [:db, :doc, :release, :clean, :test, :stats, :metrics]
|
||||
plugin.tasks = [:db, :doc, :release, :clean, :test, :stats]
|
||||
# TODO: gem not getting this automaticly
|
||||
plugin.redmine_root = File.expand_path(File.dirname(__FILE__) + '/../../../')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user