Class: Rspec::Generators::NotifierGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Rspec::Generators::NotifierGenerator
- Defined in:
- lib/generators/rspec/notifier/notifier_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_mailer_spec ⇒ Object
10 11 12 |
# File 'lib/generators/rspec/notifier/notifier_generator.rb', line 10 def generate_mailer_spec template 'notifier_spec.rb', File.join('spec/notifiers', class_path, "#{file_name}_spec.rb") end |