aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt
blob: 0cbae1120e02e53f91b1f37be6608c27256f89dc (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class <%= class_name %>Test < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end