sso_login_box_for_ccu/test/sso_login_box_test.rb

8 lines
138 B
Ruby
Raw Normal View History

2021-09-15 03:02:27 +00:00
require 'test_helper'
class SsoLoginBoxTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, SsoLoginBox
end
end