Class: Rspec::Generators::Base

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

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.source_rootObject



6
7
8
# File 'lib/generators/rspec.rb', line 6

def self.source_root
  @_rspec_source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'rspec', generator_name, 'templates'))
end