mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] These method should be returning a string
https://github.com/rubygems/rubygems/commit/dc391f4d87
This commit is contained in:
parent
d123919595
commit
d49ee9e2c3
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ module Spec
|
||||||
end
|
end
|
||||||
|
|
||||||
def all_commands_output
|
def all_commands_output
|
||||||
return [] if command_executions.empty?
|
return "" if command_executions.empty?
|
||||||
|
|
||||||
"\n\nCommands:\n#{command_executions.map(&:to_s_verbose).join("\n\n")}"
|
"\n\nCommands:\n#{command_executions.map(&:to_s_verbose).join("\n\n")}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue