Chris@1115: require File.expand_path('../../test_helper', __FILE__) Chris@0: Chris@1115: class <%= @model_class %>Test < ActiveSupport::TestCase Chris@0: Chris@0: # Replace this with your real tests. Chris@0: def test_truth Chris@0: assert true Chris@0: end Chris@0: end