Merge commit '14d85815cd04dd4250a7d453883ef6ee709c647f' as 'plugins/redmine_openid_connect'

This commit is contained in:
2023-05-30 15:44:02 +02:00
25 changed files with 934 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
require File.expand_path('../../test_helper', __FILE__)
class OicSessionTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end