Sha256: 33171af3986a661bee2a7a151aa23bbc091229acc8767613775a8689c96abaa6

Contents?: true

Size: 496 Bytes

Versions: 2

Compression:

Stored size: 496 Bytes

Contents

# Weirdly named generators namespace (should be `RSpec`) for compatability with
# rails loading.
module SharingTags
  # @private
  module Generators
    # @private
    class Base < ::Rails::Generators::NamedBase

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sharing_tags-0.0.3 lib/generators/sharing_tags.rb
sharing_tags-0.0.2 lib/generators/sharing_tags.rb