Sha256: 92eb6734b61cf19fc73f27a91b4eb0ec78afc464cb6f8222fd6a52d2c25fd984
Contents?: true
Size: 363 Bytes
Versions: 42
Compression:
Stored size: 363 Bytes
Contents
# frozen_string_literal: true require "rails/generators/test_unit" module TestUnit # :nodoc: module Generators # :nodoc: class JobGenerator < Base # :nodoc: check_class_collision suffix: "JobTest" def create_test_file template "unit_test.rb", File.join("test/jobs", class_path, "#{file_name}_job_test.rb") end end end end
Version data entries
42 entries across 42 versions & 3 rubygems