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

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

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