@@ -1,10 +1,10 | |||
|
1 | 1 | require File.dirname(__FILE__) + '/../test_helper' |
|
2 | 2 | |
|
3 |
class <%= class_name %>Test < |
|
|
3 | class <%= class_name %>Test < ActiveSupport::TestCase | |
|
4 | 4 | fixtures :<%= table_name %> |
|
5 | 5 | |
|
6 | 6 | # Replace this with your real tests. |
|
7 | 7 | def test_truth |
|
8 | 8 | assert true |
|
9 | 9 | end |
|
10 | 10 | end |
General Comments 0
You need to be logged in to leave comments.
Login now