diff options
author | Go MAEDA <maeda@farend.jp> | 2018-06-08 00:55:41 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-06-08 00:55:41 +0000 |
commit | bff0fbce8baeddb3bba4d04131f1368763078e36 (patch) | |
tree | 83f04edaaa36bbebc645b4c0528e16216e8f981e /test/mocks | |
parent | 85db9769bc5f167466ddcaea2ff5c2583c86d681 (diff) | |
download | redmine-bff0fbce8baeddb3bba4d04131f1368763078e36.tar.gz redmine-bff0fbce8baeddb3bba4d04131f1368763078e36.zip |
Remove RDoc tags (#28943).
Patch by Sho HASHIMOTO.
git-svn-id: http://svn.redmine.org/redmine/trunk@17370 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/mocks')
-rw-r--r-- | test/mocks/open_id_authentication_mock.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/open_id_authentication_mock.rb b/test/mocks/open_id_authentication_mock.rb index a7376e4ba..7cb78c7c7 100644 --- a/test/mocks/open_id_authentication_mock.rb +++ b/test/mocks/open_id_authentication_mock.rb @@ -14,7 +14,7 @@ module OpenIdAuthentication protected - def authenticate_with_open_id(identity_url = params[:openid_url], options = {}) #:doc: + def authenticate_with_open_id(identity_url = params[:openid_url], options = {}) if User.find_by_identity_url(identity_url) || identity_url.include?('good') extension_response_fields = {} |