Chris@909: require File.dirname(__FILE__) + '/../test_helper' Chris@909: Chris@909: class <%= class_name %>Test < ActiveSupport::TestCase Chris@909: fixtures :<%= table_name %> Chris@909: Chris@909: # Replace this with your real tests. Chris@909: def test_truth Chris@909: assert true Chris@909: end Chris@909: end