fgu_sso_login/test/sso_login_api_test.rb

8 lines
138 B
Ruby
Raw Normal View History

2020-03-09 09:57:56 +00:00
require 'test_helper'
class SsoLoginApiTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, SsoLoginApi
end
end