@@ -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 < |
|
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