ruby-net-ldap/test/test_entry.rb
emiel 6b5548ffd2 This commit is all about moving toward 'Hoe' as the project helper.
$ gem install hoe

To get there the following has been done:

 * Adhere to hoe naming conventions.
 * Migrate and update tests.
 * Consolidate and update documentation.
 * Prepare History.txt for release.
 * And I probably forgot something...
2008-11-14 23:22:30 +00:00

8 lines
90 B
Ruby

require 'common'
class TestEntry < Test::Unit::TestCase
def test_entry
# FIX
end
end