Chris@1296: require File.expand_path('../../test_helper', __FILE__) Chris@1296: Chris@1296: class <%= @controller_class %>ControllerTest < ActionController::TestCase Chris@1296: # Replace this with your real tests. Chris@1296: def test_truth Chris@1296: assert true Chris@1296: end Chris@1296: end