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