summaryrefslogtreecommitdiff
path: root/spec/ruby/library/uri/eql_spec.rb
blob: 2bbf8fd40c5f5dca4cea7095c205eee32e6a82be (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../spec_helper'
require_relative 'fixtures/normalization'
require_relative 'shared/eql'
require 'uri'

describe "URI#eql?" do
  it_behaves_like :uri_eql, :eql?

  it_behaves_like :uri_eql_against_other_types, :eql?
end