Sha256: f744043e251f5d99596afa323218c7a944595de013ab7b9abfe0bcd4878e5025

Contents?: true

Size: 560 Bytes

Versions: 3

Compression:

Stored size: 560 Bytes

Contents

# frozen_string_literal: true
require 'proxy_rb'
require 'proxy_rb/api'

# Main Module
module ProxyRb
  # Main Module
  module Cucumber
    include ProxyRb::Api

    attr_reader :proxy

    def proxies
      @proxies ||= []
    end

    def websites
      @websites ||= []
    end
  end
end

World(ProxyRb::Cucumber)

require 'proxy_rb/cucumber/hooks'
ProxyRb.require_files_matching_pattern('cucumber/*.rb')

ProxyRb.logger.warn 'You disabled the "strict"-mode in your ProxyRb-configuration. You might not notice all errors.' if ProxyRb.config.strict == false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
proxy_rb-0.9.2 lib/proxy_rb/cucumber.rb
proxy_rb-0.9.1 lib/proxy_rb/cucumber.rb
proxy_rb-0.9.0 lib/proxy_rb/cucumber.rb