Class: Rspec::Generators::NotifierGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/rspec/notifier/notifier_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_mailer_specObject



8
9
10
# File 'lib/generators/rspec/notifier/notifier_generator.rb', line 8

def generate_mailer_spec
  template 'notifier_spec.rb', File.join('spec/notifiers', class_path, "#{file_name}_spec.rb")
end