aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb
blob: 96bd34adabca953f82ddd17fc634a68b28f6c94b (plain) (blame)
1
2
3
4
5
6
7
8
require 'test_helper'

class <%= class_name %>Test < ActiveSupport::TestCase
  # Replace this with your real tests.
  def test_truth
    assert true
  end
end