2008-09-05 10:31:06 +00:00
|
|
|
require File.dirname(__FILE__) + '/../test_helper'
|
|
|
|
|
|
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
|