There was an error while loading. Please reload this page.
1 parent faa76af commit e47306dCopy full SHA for e47306d
spec/spec_helper/command.rb
@@ -17,12 +17,12 @@ def run_command(*args)
17
Pod::UI.output = ''
18
# @todo Remove this once all cocoapods has
19
# been converted to use the UI.puts
20
- config_silent = config.silent?
21
- config.silent = false
+ # config_silent = config.silent?
+ # config.silent = false
22
cmd = command(*args)
23
cmd.validate!
24
cmd.run
25
- config.silent = config_silent
+ # config.silent = config_silent
26
Pod::UI.output
27
end
28
0 commit comments