Skip to content

Commit 314621d

Browse files
committed
Updated rakefile to include stats
1 parent 9649a4b commit 314621d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Dir[File.expand_path(File.dirname(__FILE__)) + "/lib/tasks/**/*.rake"].sort.each
66
RedminePluginSupport::Base.setup do |plugin|
77
plugin.project_name = 'timesheet_plugin'
88
plugin.default_task = [:spec]
9-
plugin.tasks = [:doc, :release, :clean, :spec]
9+
plugin.tasks = [:doc, :release, :clean, :spec, :stats]
1010
# TODO: gem not getting this automaticly
1111
plugin.redmine_root = File.expand_path(File.dirname(__FILE__) + '/../../../')
1212
end

0 commit comments

Comments
 (0)