Class: Rspec::Generators::NotifierGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Rspec::Generators::NotifierGenerator
- Defined in:
- lib/generators/rspec/notifier_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_spec_file ⇒ Object
6 7 8 |
# File 'lib/generators/rspec/notifier_generator.rb', line 6 def create_spec_file template "notifier_spec.tt", File.join("spec/notifiers", class_path, "#{file_name}_notifier_spec.rb") end |