Commit c7e0ecdd authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Resolver][IntegrationSpecs] Update before_resolution to avoid duplication

parent 9f53fbc6
......@@ -231,6 +231,15 @@ module Pod
UI
end
# Called before resolution starts. We print out `Resolving dependencies` in
# the analyzer, so here we just want to print out a starting `.`.
#
# @return [Void]
#
def before_resolution
UI.print '.'
end
#-------------------------------------------------------------------------#
private
......
Subproject commit ae87cdaa7f0c96ad246ddd804a08bc4260018548
Subproject commit afc3bdb824e79fe2f99361aa9b4525cda4cc95d1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment