Chris@0: require File.dirname(__FILE__) + '/../test_helper' Chris@0: Chris@0: class <%= class_name %>Test < ActiveSupport::TestCase Chris@0: fixtures :<%= table_name %> 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