# File lib/generators/rspec/mailer/mailer_generator.rb, line 12 def generate_fixtures_files actions.each do |action| @action, @path = action, File.join(file_path, action) template "fixture", File.join("spec/fixtures", @path) end end