aboutsummaryrefslogtreecommitdiffstats
path: root/spec/install
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2014-11-07 07:26:27 +1100
committerTim Moore <tmoore@incrementalism.net>2014-11-07 08:39:52 +1100
commit74b5457a6a87f35cd958686dfbad826c445159d7 (patch)
tree541d9183bf562fcc79a4eb4c4271ad291304dbfe /spec/install
parent3f6c21ba9fd2231a00acfa202fc28d7fa49d5c39 (diff)
downloadbundler-74b5457a6a87f35cd958686dfbad826c445159d7.tar.gz
Fix comparison of frozen sources.
Diffstat (limited to 'spec/install')
-rw-r--r--spec/install/gems/sources_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/install/gems/sources_spec.rb b/spec/install/gems/sources_spec.rb
index 546aac45..e3ab84c0 100644
--- a/spec/install/gems/sources_spec.rb
+++ b/spec/install/gems/sources_spec.rb
@@ -72,6 +72,7 @@ describe "bundle install with gems on multiple sources" do
gemfile <<-G
source "file://#{gem_repo3}"
source "file://#{gem_repo1}" do
+ gem "thin" # comes first to test name sorting
gem "rack"
end
gem "rack-obama" # shoud come from repo3!