This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
pgls/test/test_pg_ldap_sync.rb
2011-05-18 15:45:08 +02:00

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