]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in test/mocks/open_id_authent...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 12:45:02 +0000 (12:45 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 12:45:02 +0000 (12:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19131 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/mocks/open_id_authentication_mock.rb

index 7cf593de25a6c3632488ceffbb65eb58c6300a01..06bb65cd078eef3cf3372a6434a9cd42dbba8abc 100644 (file)
@@ -4,7 +4,6 @@
 #
 # http://www.northpub.com/articles/2007/04/02/testing-openid-support
 module OpenIdAuthentication
-
   EXTENSION_FIELDS = {'email'    => 'user@somedomain.com',
                       'nickname' => 'cool_user',
                       'country'  => 'US',