Module: Stationed::Generators::Plugins::Webmock

Included in:
AppGenerator
Defined in:
lib/stationed/generators/plugins/webmock.rb

Instance Method Summary collapse

Instance Method Details

#finish_templateObject



5
6
7
8
9
# File 'lib/stationed/generators/plugins/webmock.rb', line 5

def finish_template
  gem 'webmock', group: :test
  copy_file 'webmock.rb', 'spec/support/webmock.rb'
  super
end