mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +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
|
@ -3,6 +3,7 @@ require 'rubygems/test_case'
|
|||
require 'rubygems/commands/dependency_command'
|
||||
|
||||
class TestGemCommandsDependencyCommand < Gem::TestCase
|
||||
|
||||
def setup
|
||||
super
|
||||
@stub_ui = Gem::MockGemUi.new
|
||||
|
@ -224,4 +225,5 @@ ERROR: Only reverse dependencies for local gems are supported.
|
|||
assert_equal "Gem a-2.a\n\n", @stub_ui.output
|
||||
assert_equal '', @stub_ui.error
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue