Skip to content

Commit

Permalink
[rubygems/rubygems] Improve indentation of a gem info test
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and matzbot committed Dec 16, 2024
1 parent 516a6cd commit c4d3504
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/rubygems/test_gem_commands_info_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ def test_execute_with_version_flag
@cmd.execute
end

expected = <<-EOF
expected = <<~EOF
*** REMOTE GEMS ***
*** REMOTE GEMS ***
coolgem (1.0)
Author: A User
Homepage: http://example.com
coolgem (1.0)
Author: A User
Homepage: http://example.com
this is a summary
this is a summary
EOF

assert_equal expected, @ui.output
Expand Down

0 comments on commit c4d3504

Please sign in to comment.