Class: Card::Generators::SetGenerator

Inherits:
NamedBase
  • Object
show all
Defined in:
lib/generators/card/set/set_generator.rb

Instance Method Summary collapse

Methods inherited from NamedBase

#mod_path

Methods included from ClassMethods

#banner, #source_root

Instance Method Details

#create_filesObject



20
21
22
23
# File 'lib/generators/card/set/set_generator.rb', line 20

def create_files
  template "set_template.erb", set_path unless options["spec-only"]
  template "set_spec_template.erb", set_path("spec")
end