Commit 5bb021f8 authored by Samuel Giddins's avatar Samuel Giddins

[TargetIntegrator] Unstub update method when testing it

parent 34560e1f
...@@ -51,6 +51,7 @@ module Pod ...@@ -51,6 +51,7 @@ module Pod
end end
it 'fixes the "Link binary with libraries" build phase of legacy installations' do it 'fixes the "Link binary with libraries" build phase of legacy installations' do
@target_integrator.unstub(:update_to_cocoapods_0_39)
@pod_bundle.stubs(:requires_frameworks? => true) @pod_bundle.stubs(:requires_frameworks? => true)
@target_integrator.integrate! @target_integrator.integrate!
target = @target_integrator.send(:native_targets).first target = @target_integrator.send(:native_targets).first
......
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