##// END OF EJS Templates
Fixed the generated test in the redmine_plugin_model. (#3927)...
Eric Davis -
r2812:5e539c31b0db
parent child
Show More
@@ -1,10 +1,10
1 require File.dirname(__FILE__) + '/../test_helper'
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 fixtures :<%= table_name %>
4 fixtures :<%= table_name %>
5
5
6 # Replace this with your real tests.
6 # Replace this with your real tests.
7 def test_truth
7 def test_truth
8 assert true
8 assert true
9 end
9 end
10 end
10 end
General Comments 0
You need to be logged in to leave comments. Login now