summaryrefslogtreecommitdiff
path: root/spec/ruby/library/uri/mailto/to_spec.rb
blob: 68dfadd3594842a9537483630426cbdaa19afdf8 (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../../spec_helper'
require 'uri'

describe "URI::MailTo#to" do
  it "needs to be reviewed for spec completeness"
end

describe "URI::MailTo#to=" do
  it "needs to be reviewed for spec completeness"
end