123456789_123456789_123456789_123456789_123456789_

Class: Rspec::Generators::ChannelGenerator Private

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Base, Rails::Generators::NamedBase
Instance Chain:
self, Base, ::RSpec::Rails::FeatureCheck, Rails::Generators::NamedBase
Inherits: Rspec::Generators::Base
Defined in: rspec-rails/lib/generators/rspec/channel/channel_generator.rb

Class Method Summary

Base - Inherited

.configuration

Load configuration from ::RSpec to ensure ‘–default-path` is set.

.source_root

Instance Method Summary

Instance Method Details

#create_channel_spec

[ GitHub ]

  
# File 'rspec-rails/lib/generators/rspec/channel/channel_generator.rb', line 7

def create_channel_spec
  template 'channel_spec.rb.erb', target_path('channels', class_path, "#{file_name}_channel_spec.rb")
end