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

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