]> source.dussan.org Git - redmine.git/commitdiff
Fixed the generated test in the redmine_plugin_model. (#3927)
authorEric Davis <edavis@littlestreamsoftware.com>
Sat, 17 Oct 2009 21:08:33 +0000 (21:08 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sat, 17 Oct 2009 21:08:33 +0000 (21:08 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2926 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/generators/redmine_plugin_model/templates/unit_test.rb.erb

index cc8b2e5910b830b5c7146eb24d5853c444d4eab9..bc6ae913b219c117534b75750862c257a0a86f53 100644 (file)
@@ -1,6 +1,6 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
-class <%= class_name %>Test < Test::Unit::TestCase
+class <%= class_name %>Test < ActiveSupport::TestCase
   fixtures :<%= table_name %>
 
   # Replace this with your real tests.