class TestUnit::Generators::JobGenerator

def create_test_file

def create_test_file
  template "unit_test.rb", File.join("test/jobs", class_path, "#{file_name}_job_test.rb")
end