Sha256: 55086bf086cc85681b922e140c7112f6a079595598e6d04c6cf19b0a559274b7
Contents?: true
Size: 348 Bytes
Versions: 2
Compression:
Stored size: 348 Bytes
Contents
# -*- encoding : utf-8 -*- require 'rails/generators/guacamole_generator' module TestUnit module Generators class CollectionGenerator < ::Guacamole::Generators::Base def create_test_file template 'collection_test.rb.tt', File.join('test/collections', class_path, "#{file_name}_collection_test.rb") end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guacamole-0.4.0 | lib/rails/generators/test_unit/collection/collection_generator.rb |
guacamole-0.3.0 | lib/rails/generators/test_unit/collection/collection_generator.rb |