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

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

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