class Sidekiq::Generators::JobGenerator

def create_job_test

def create_job_test
  template_file = File.join(
    "test/sidekiq",
    class_path,
    "#{file_name}_job_test.rb"
  )
  template "job_test.rb.erb", template_file
end