require File.dirname(__FILE__) + '/../test_helper.rb' class <%= @name_plural_camel %>ControllerTest < Test::Unit::TestCase def test_truth assert true end end