Sha256: 6444ec9da2bb3fed8055770796932c05a8d885baaea7d3843e368fc5b54f5187
Contents?: true
Size: 247 Bytes
Versions: 3
Compression:
Stored size: 247 Bytes
Contents
describe Attributor::URI do subject(:type) { Attributor::URI } its(:native_type) { should be ::URI::Generic } it 'check_option!' do # No options supported thus far expect(type.check_option!(:foo, nil )).to be(:unknown) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
attributor-4.0.0 | spec/types/uri_spec.rb |
attributor-3.0.1 | spec/types/uri_spec.rb |
attributor-3.0 | spec/types/uri_spec.rb |