Skip to content

Commit

Permalink
[gem] fixed code style typos
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Aug 21, 2018
1 parent 2dec4d9 commit cd7ee7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/support/spec_support/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module SpecSupport
module Helpers
# rubocop:disable Metrics/AbcSize
def build_cache_store
case
when Testing.test_redis_cache?
Expand All @@ -20,5 +21,6 @@ def build_cache_store
raise 'No cache :('
end
end
# rubocop:enable Metrics/AbcSize
end
end

0 comments on commit cd7ee7f

Please sign in to comment.