Sha256: adad214f9e29ebb20cb8909c381666e5f49cbc9fd30e69d0aae2482b5f4b1adc

Contents?: true

Size: 371 Bytes

Versions: 2

Compression:

Stored size: 371 Bytes

Contents

# frozen_string_literal: true
require 'yaml'
<% if automation == 'selenium' -%>
require 'active_support/inflector'
require 'webdrivers'
<% else -%>
require 'appium_lib'
<% end -%>

module Raider
  module DriverHelper
      attr_reader :driver

      <%= ERB.new(File.read(File.expand_path('./partials/driver_and_options.tt', __dir__))).result(binding).strip! %>
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby_raider-0.4.2 lib/generators/templates/helpers/driver_helper.tt
ruby_raider-0.4.1 lib/generators/templates/helpers/driver_helper.tt