[rubygems/rubygems] Improve indentation of a gem info
test
https://github.com/rubygems/rubygems/commit/b0a092dac3
This commit is contained in:
parent
516a6cd1ad
commit
c4d35040f4
@ -54,15 +54,15 @@ class TestGemCommandsInfoCommand < Gem::TestCase
|
|||||||
@cmd.execute
|
@cmd.execute
|
||||||
end
|
end
|
||||||
|
|
||||||
expected = <<-EOF
|
expected = <<~EOF
|
||||||
|
|
||||||
*** REMOTE GEMS ***
|
*** REMOTE GEMS ***
|
||||||
|
|
||||||
coolgem (1.0)
|
coolgem (1.0)
|
||||||
Author: A User
|
Author: A User
|
||||||
Homepage: http://example.com
|
Homepage: http://example.com
|
||||||
|
|
||||||
this is a summary
|
this is a summary
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
assert_equal expected, @ui.output
|
assert_equal expected, @ui.output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user