aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/uri/parser/parse_spec.rb
blob: 76c19706455f5d17f1bb67900e732f9740f9597d (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../../fixtures/classes', __FILE__)
require File.expand_path('../../shared/parse', __FILE__)

describe "URI::Parser#parse" do
  it_behaves_like :uri_parse, :parse, URI::Parser.new
end