Sha256: 2658c010b72aa3a6029794acb3f504522d8a17374d9e28244c4403785eae0e95

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 Bytes

Contents

module Stationed
  module Generators
    module Plugins
      module Webmock
        def finish_template
          gem 'webmock', group: :test
          copy_file 'webmock.rb', 'spec/support/webmock.rb'
          super
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stationed-0.0.1 lib/stationed/generators/plugins/webmock.rb