ldap_login_for_ydu/test/ldap_login_test.rb

8 lines
134 B
Ruby
Raw Permalink Normal View History

2020-03-09 12:27:16 +00:00
require 'test_helper'
class LdapLoginTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, LdapLogin
end
end