require File.dirname(__FILE__) + '/../test_helper.rb' class Test<%= name.camelcase %> < Test::Unit::TestCase #replace with real tests should "be true" do assert true end end