##// END OF EJS Templates
Fixed the generated test in the redmine_plugin_model. (#3927)...
Eric Davis -
r2812:5e539c31b0db
parent child
Show More
@@ -1,6 +1,6
1 1 require File.dirname(__FILE__) + '/../test_helper'
2 2
3 class <%= class_name %>Test < Test::Unit::TestCase
3 class <%= class_name %>Test < ActiveSupport::TestCase
4 4 fixtures :<%= table_name %>
5 5
6 6 # Replace this with your real tests.
General Comments 0
You need to be logged in to leave comments. Login now