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

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