mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
Manually merged from https://github.com/rubygems/rubygems/pull/2636
Enable Style/EmptyLinesAroundClassBody rubocop cop.
This commit is contained in:
parent
f56fc720ee
commit
31a6eaabc1
274 changed files with 672 additions and 0 deletions
|
@ -19,6 +19,7 @@ module TestGemCommandsQueryCommandSetup
|
|||
end
|
||||
|
||||
class TestGemCommandsQueryCommandWithInstalledGems < Gem::TestCase
|
||||
|
||||
include TestGemCommandsQueryCommandSetup
|
||||
|
||||
def test_execute
|
||||
|
@ -606,9 +607,11 @@ pl (1 i386-linux)
|
|||
fetcher.spec 'a', '3.a'
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
class TestGemCommandsQueryCommandWithoutInstalledGems < Gem::TestCase
|
||||
|
||||
include TestGemCommandsQueryCommandSetup
|
||||
|
||||
def test_execute_platform
|
||||
|
@ -854,4 +857,5 @@ othergem (1.2.3)
|
|||
fetcher.download 'a', '3.a'
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue