Commit 34560e1f authored by Samuel Giddins's avatar Samuel Giddins

[TargetIntegrator] Dont run migrations in the specs

parent c89f74e9
...@@ -24,6 +24,9 @@ module Pod ...@@ -24,6 +24,9 @@ module Pod
@pod_bundle.xcconfigs['Debug'] = configuration @pod_bundle.xcconfigs['Debug'] = configuration
@pod_bundle.xcconfigs['Release'] = configuration @pod_bundle.xcconfigs['Release'] = configuration
@target_integrator = TargetIntegrator.new(@pod_bundle) @target_integrator = TargetIntegrator.new(@pod_bundle)
@target_integrator.private_methods.grep(/^update_to_cocoapods_/).each do |method|
@target_integrator.stubs(method)
end
end end
describe '#integrate!' do describe '#integrate!' do
......
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