unit_test.rb.erb 196 Bytes Edit 1 2 3 4 5 6 7 8 9 require File.expand_path('../../test_helper', __FILE__) class <%= @model_class %>Test < ActiveSupport::TestCase # Replace this with your real tests. def test_truth assert true end end