lib/generators/extension/templates/test_helper.rb in radiant-0.8.2 vs lib/generators/extension/templates/test_helper.rb in radiant-0.9.0.rc2
- old
+ new
@@ -11,10 +11,10 @@
require "#{File.expand_path(File.dirname(__FILE__) + "/../../../../")}/config/environment"
end
end
require "#{RADIANT_ROOT}/test/test_helper"
-class Test::Unit::TestCase
+class ActiveSupport::TestCase
# Include a helper to make testing Radius tags easier
test_helper :extension_tags
# Add the fixture directory to the fixture path
\ No newline at end of file