require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper' class <%= class_name %>Test < ActiveSupport::TestCase # Replace this with your real tests. test "should be true" do assert true end # assert message passes our validations #def test_validates # assert_validates :<%= file_name %> # assert_not_validates :<%= file_name %>_incorrect #end end