9 lines
162 B
Ruby
9 lines
162 B
Ruby
require "test/unit"
|
|
require "pg_ldap_sync"
|
|
|
|
class TestPgLdapSync < Test::Unit::TestCase
|
|
def test_sanity
|
|
flunk "write tests or I will kneecap you"
|
|
end
|
|
end
|