From d99d0add5989f613fb69fd18a8300e246e5172c3 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Tue, 6 Jul 2010 15:11:25 -0700 Subject: [PATCH] Switch Rakefile over to Test::Unit. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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