Class: ProxyRb::Initializers::CucumberInitializer

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/proxy_rb/initializer.rb

Overview

Add proxy_rb + rspec to project

Instance Method Summary collapse

Instance Method Details

#create_helperObject



94
# File 'lib/proxy_rb/initializer.rb', line 94

def create_helper; end

#create_support_fileObject



96
97
98
99
100
# File 'lib/proxy_rb/initializer.rb', line 96

def create_support_file
  create_file 'features/support/proxy_rb.rb', <<~EOS
  require 'proxy_rb/cucumber'
  EOS
end