diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-08-03 05:34:31 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-08-03 05:34:31 +0000 |
commit | 20570cd408602a081f24513b24aa6e1e387748ad (patch) | |
tree | 55e82e16b4b0e18df6b20c84e55d945ff856f08d /test | |
parent | 37cde69d508a380a9cbde116b36365cee4728f25 (diff) | |
download | redmine-20570cd408602a081f24513b24aa6e1e387748ad.tar.gz redmine-20570cd408602a081f24513b24aa6e1e387748ad.zip |
rubocop: fix Layout/EmptyLinesAroundAccessModifier of test/functional/repositories_git_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18341 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/repositories_git_controller_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index 978bf6918..7a3fa13bf 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -686,6 +686,7 @@ class RepositoriesGitControllerTest < Redmine::RepositoryControllerTest end private + def with_cache(&block) before = ActionController::Base.perform_caching ActionController::Base.perform_caching = true |