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

9 lines
162 B
Ruby
Raw Normal View History

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