Class: FlavorGem::Generate::Minitest

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/flavor_gem/minitest.rb

Instance Method Summary collapse

Methods included from Thor::Actions

#append_code_to_file, #append_template_to_file, #file_include_code?, #file_include_template?, #format_quote_to_file, #gem_class_name, #gem_name, #normalize_code, #template_content, #template_file_name

Instance Method Details

#append_rakefileObject



8
9
10
# File 'lib/flavor_gem/minitest.rb', line 8

def append_rakefile
  append_template_to_file "Rakefile", "minitest.rake"
end

#create_minitest_helperObject

TODO



13
14
# File 'lib/flavor_gem/minitest.rb', line 13

def create_minitest_helper
end

#inject_minitest_gemspecObject

TODO



17
18
# File 'lib/flavor_gem/minitest.rb', line 17

def inject_minitest_gemspec
end