Sha256: a8b6c8e10fd4ec7af30875f65e2f8f58675c778c29549bdbfd1e45dfdbe3c651
Contents?: true
Size: 320 Bytes
Versions: 24
Compression:
Stored size: 320 Bytes
Contents
module Rspec module Generators class CommandGenerator < ::Rails::Generators::NamedBase source_root File.expand_path('../templates', __FILE__) def create_command_spec template 'command_spec.rb', File.join('spec/commands', class_path, "#{file_name}_command_spec.rb") end end end end
Version data entries
24 entries across 24 versions & 1 rubygems