method

create_test_file

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: JobGenerator
create_test_file() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/test_unit/job/job_generator.rb, line 8
      def create_test_file
        template 'unit_test.rb.erb', File.join('test/jobs', class_path, "#{file_name}_job_test.rb")
      end
Register or log in to add new notes.