From 52e15393aad3b8c64a40ee774610d3d8cd8d8a7f Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Mon, 6 Feb 2012 19:23:58 +0100 Subject: [PATCH] Make the specs green with the latest specs. --- spec/fixtures/spec-repos/master | 2 +- spec/integration_spec.rb | 2 +- spec/unit/specification/set_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/fixtures/spec-repos/master b/spec/fixtures/spec-repos/master index 07452eae30..5e19daf9a1 160000 --- a/spec/fixtures/spec-repos/master +++ b/spec/fixtures/spec-repos/master @@ -1 +1 @@ -Subproject commit 07452eae307c48bda451c55c8955282a6043f1d7 +Subproject commit 5e19daf9a13f708108483037f9cd2c778f239475 diff --git a/spec/integration_spec.rb b/spec/integration_spec.rb index 479c2ef51c..bd9e1544e4 100644 --- a/spec/integration_spec.rb +++ b/spec/integration_spec.rb @@ -171,7 +171,7 @@ def should_successfully_perform(command) { 'ASIWebPageRequest (1.8.1)' => ["ASIHTTPRequest (= 1.8.1)"] }, 'JSONKit (1.4)', { 'Reachability (2.0.4)' => ["ASIHTTPRequest (>= 1.8)"] }, - 'SSZipArchive (0.1.1)', + 'SSZipArchive (0.1.2)', ], 'DEPENDENCIES' => [ "ASIWebPageRequest (>= 1.8.1)", diff --git a/spec/unit/specification/set_spec.rb b/spec/unit/specification/set_spec.rb index 1fdfaca937..2b4cbf01f1 100644 --- a/spec/unit/specification/set_spec.rb +++ b/spec/unit/specification/set_spec.rb @@ -30,7 +30,7 @@ def reset! end it "returns the versions available for this pod ordered from highest to lowest" do - @set.versions.should == %w[1.2.1 1.2 1.1 1.0].map { |v| Pod::Version.new(v) } + @set.versions.should == %w[1.3.2 1.3.1 1.3 1.2.3 1.2.2 1.2.1 1.2 1.1 1.0].map { |v| Pod::Version.new(v) } end it "checks if the dependency of the specification is compatible with existing requirements" do