diff --git a/Rakefile b/Rakefile index 561ad77..7e4de99 100755 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ 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 = [:spec, :features] + plugin.default_task = [:test] end begin