Sha256: ee8b2f96f695fc6b528004578e9b2cb4ab21d1ea430bd1ecf3ccb63d254fc527
Contents?: true
Size: 260 Bytes
Versions: 5
Compression:
Stored size: 260 Bytes
Contents
require 'spec_helper' describe OptParseValidator::OptProxy do subject(:opt) { described_class.new(['--proxy PROXY'], attrs) } let(:attrs) { { protocols: %w(http https socks socks5 socks4) } } describe '#validate' do # Handled by OptURI end end
Version data entries
5 entries across 5 versions & 1 rubygems