fgu_sso_login/test/sso_login_api_test.rb

8 lines
138 B
Ruby

require 'test_helper'
class SsoLoginApiTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, SsoLoginApi
end
end