Switch Rakefile over to Test::Unit.

This commit is contained in:
Eric Davis
2010-07-06 15:11:25 -07:00
parent 119a4c1557
commit d99d0add59

View File

@@ -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