sso_login_box_for_ncu/test/sso_login_box_test.rb

8 lines
138 B
Ruby
Raw Normal View History

2022-05-14 03:56:54 +00:00
require 'test_helper'
class SsoLoginBoxTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, SsoLoginBox
end
end