Commit 4fe9f58a authored by Eloy Duran's avatar Eloy Duran

Sort list in effort to get specs to pass on Travis.

parent a3f084b4
......@@ -122,7 +122,7 @@ describe Pod::Project::Integrator do
app, test_runner = @integrator.user_project.targets.to_a
test_runner.frameworks_build_phases.first.files.last.destroy
targets = @integrator.targets
targets = @integrator.targets.sort_by { |target| target.target_definition.label }
@integrator.stubs(:targets).returns(targets)
targets.first.expects(:add_pods_library).never
......
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