Sha256: 7bc808b98d8b10f45b8a9c74c0617f5929f886b0f36f8059f656c3b8995930f7
Contents?: true
Size: 461 Bytes
Versions: 16
Compression:
Stored size: 461 Bytes
Contents
## encoding: utf-8 #require 'spec_helper' # #describe ProxyPacResultParser do # context '#parse' do # it 'parses string and returns html' do # string = 'PROXY 127.0.0.1:3128' # string = '<span class="lp_request_type">PROXY</span> <span class="lp_proxy">127.0.0.1</span>:<span class="lp_proxy_port">3128</span>' # # parser = ProxyPacResultParser.new # result = parser.parse string # expect(result).to eq(string) # end # end #end
Version data entries
16 entries across 16 versions & 1 rubygems