Sha256: 8bc6b6c6cfe8527ef12681f7a9fa6140fcb00fc325a98c427675ff963a6a61ec
Contents?: true
Size: 614 Bytes
Versions: 13
Compression:
Stored size: 614 Bytes
Contents
require 'refinery/generators' class RefinerycmsTesting < ::Refinery::Generators::EngineInstaller source_root File.expand_path('../../../', __FILE__) engine_name "testing" def generate copy_file 'config/cucumber.yml', Rails.root.join('config', 'cucumber.yml') copy_file 'spec/spec_helper.rb', Rails.root.join('spec', 'spec_helper.rb') copy_file 'spec/rcov.opts', Rails.root.join('spec', 'rcov.opts') copy_file '.rspec', Rails.root.join('.rspec') copy_file 'lib/generators/templates/features/support/paths.rb', Rails.root.join('features', 'support', 'paths.rb') end end
Version data entries
13 entries across 13 versions & 1 rubygems