Sha256: a8d01718e94c83f6368533ba7a301f2e3c9c287babcae3bebb0e7369abc0278a
Contents?: true
Size: 348 Bytes
Versions: 161
Compression:
Stored size: 348 Bytes
Contents
require 'rails/generators/test_unit' module TestUnit # :nodoc: module Generators # :nodoc: class IntegrationGenerator < Base # :nodoc: check_class_collision suffix: "Test" def create_test_files template 'integration_test.rb', File.join('test/integration', class_path, "#{file_name}_test.rb") end end end end
Version data entries
161 entries across 156 versions & 12 rubygems