Skip to content

Commit e520d62

Browse files
author
Jerry Cheung
committed
remove test until #117
1 parent 04ef438 commit e520d62

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_entry.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ def test_empty_array_when_accessing_nonexistent_attribute
1313
assert_equal [], @entry['sn']
1414
end
1515

16-
def test_empty_attribute_by_method
17-
skip "Net::LDAP::Entry#valid_attribute? requires an attribute to be defined first"
18-
# What is the valid encoding for attribute names?
19-
assert_equal [], @entry.sn
20-
end
21-
2216
def test_attribute_assignment
2317
@entry['sn'] = 'Jensen'
2418
assert_equal ['Jensen'], @entry['sn']

0 commit comments

Comments
 (0)