aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/uri/parser/join_spec.rb
blob: 1800a16236f1efc5be7da10ad89448e587c788b7 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../../shared/join', __FILE__)
require 'uri'

describe "URI::Parser#join" do
  it_behaves_like :uri_join, :join, URI::Parser.new
end