From 00d460c903cbacd022b67ff586246b84e857a39d Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 21 Nov 2019 12:45:02 +0000 Subject: [PATCH] cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in test/mocks/open_id_authentication_mock.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19131 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/mocks/open_id_authentication_mock.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/mocks/open_id_authentication_mock.rb b/test/mocks/open_id_authentication_mock.rb index 7cf593de2..06bb65cd0 100644 --- a/test/mocks/open_id_authentication_mock.rb +++ b/test/mocks/open_id_authentication_mock.rb @@ -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', -- 2.39.5