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

<% module_namespacing do -%>
class <%= class_name %>JobTest < ActiveJob::TestCase

  # test "the truth" do
  #   assert true
  # end
end
<% end -%>