2023-01-01 07:13:39 +00:00
|
|
|
require_relative '../test_helper'
|
2008-09-05 10:31:06 +00:00
|
|
|
|
2012-04-25 17:17:49 +00:00
|
|
|
class <%= @model_class %>Test < ActiveSupport::TestCase
|
2008-09-05 10:31:06 +00:00
|
|
|
|
|
|
|
|
# Replace this with your real tests.
|
|
|
|
|
def test_truth
|
|
|
|
|
assert true
|
|
|
|
|
end
|
|
|
|
|
end
|