class Rspec::Generators::MailerGenerator
def generate_fixtures_files
def generate_fixtures_files actions.each do |action| @action, @path = action, File.join(file_path, action) template "fixture", target_path("fixtures", @path) end end
def generate_fixtures_files actions.each do |action| @action, @path = action, File.join(file_path, action) template "fixture", target_path("fixtures", @path) end end