aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/model/templates/unit_test.rb
blob: c9bc7d5b90c1edfe35d8e4d6b7a164e185db1d2b (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'test_helper'

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