Sync roles works, sync membership not yet

This commit is contained in:
Lars Kanis
2011-05-18 15:45:08 +02:00
commit d54d82ae95
9 changed files with 373 additions and 0 deletions

View File

@ -0,0 +1,8 @@
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