Sha256: e4ee7a4d1f1ceb730e3a658b3d3b0b39028f2b94018a4b292788c5479bde2467

Contents?: true

Size: 153 Bytes

Versions: 18

Compression:

Stored size: 153 Bytes

Contents

RSpec::Matchers.define :support_property do |property|
  match_unless_raises Whois::PropertyNotSupported do |parser|
    parser.send(property)
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
whois-2.6.3 spec/support/matchers/support_property.rb
whois-2.6.2 spec/support/matchers/support_property.rb
whois-2.6.1 spec/support/matchers/support_property.rb
whois-2.6.0 spec/support/matchers/support_property.rb
whois-2.5.1 spec/support/matchers/support_property.rb
whois-2.5.0 spec/support/matchers/support_property.rb
whois-2.4.0 spec/support/matchers/support_property.rb
whois-2.3.0 spec/support/matchers/support_property.rb
whois-2.2.0 spec/support/matchers/support_property.rb
whois-2.1.0 spec/support/matchers/support_property.rb
whois-2.0.7 spec/support/matchers/support_property.rb
whois-2.0.6 spec/support/matchers/support_property.rb
whois-2.0.5 spec/support/matchers/support_property.rb
whois-2.0.4 spec/support/matchers/support_property.rb
whois-2.0.3 spec/support/matchers/support_property.rb
whois-2.0.2 spec/support/matchers/support_property.rb
whois-2.0.1 spec/support/matchers/support_property.rb
whois-2.0.0 spec/support/matchers/support_property.rb