Module: RSpec::Matchers

Defined in:
lib/proxy_pac_rb/rspec/matchers/proxy.rb

Overview

External documented

Instance Method Summary collapse

Instance Method Details

#be_the_same_proxy_pac_file(expected) ⇒ Object

Check proxy pac

Parameters:

  • expected (RSpec::Matcher)

    The matcher



62
63
64
# File 'lib/proxy_pac_rb/rspec/matchers/proxy.rb', line 62

def be_the_same_proxy_pac_file(expected)
  ProxyPacRb::RSpecMatchers::BeTheSameProxyPacFile.new(expected)
end