blob: ad15149fa73de8ebd19e3fb96e4013d4d6399625 (
plain)
1
2
3
4
5
6
7
8
9
|
require File.expand_path('../../test_helper', __FILE__)
class <%= @model_class %>Test < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end
|