summaryrefslogtreecommitdiff
path: root/spec/ruby/library/uri/parser/extract_spec.rb
blob: 20d4565b08a870d5ae31bedc206c3322cdf27313 (plain)
1
2
3
4
5
6
7
require_relative '../../../spec_helper'
require_relative '../shared/extract'
require 'uri'

describe "URI::Parser#extract" do
  it_behaves_like :uri_extract, :extract, URI::Parser.new
end