Sha256: 35171dc2412b56c747fe44334565872ccf23e4b1e191d9f443f58552e8521b2d

Contents?: true

Size: 322 Bytes

Versions: 5

Compression:

Stored size: 322 Bytes

Contents

require 'spec_helper'

RSpec.describe ProxyPacRb, type: :proxy_pac do
  context 'when use_proxy is true', use_proxy: true do
    it { expect(@proxy_pac_rb_config.use_proxy).to be true }
  end

  context 'when use_proxy is false', use_proxy: false do
    it { expect(@proxy_pac_rb_config.use_proxy).to be false }
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
proxy_pac_rb-0.9.1 spec/rspec/rspec_spec.rb
proxy_pac_rb-0.8.2 spec/rspec/rspec_spec.rb
proxy_pac_rb-0.8.1 spec/rspec/rspec_spec.rb
proxy_pac_rb-0.8.0 spec/rspec/rspec_spec.rb
proxy_pac_rb-0.7.0 spec/rspec/rspec_spec.rb