aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-24 10:36:57 -0700
committerAndre Arko <andre@arko.net>2011-05-24 10:36:57 -0700
commitd3bd2cd2faecca07bcd331d587742abc2af93da7 (patch)
treee156b8bd95abcbf1246a69bec2207e61623bee05 /spec
parent98ebb10cc173aba07b46989e574f87745ade5786 (diff)
downloadbundler-d3bd2cd2faecca07bcd331d587742abc2af93da7.tar.gz
ensure sudo installs work with more than one gem
Diffstat (limited to 'spec')
-rw-r--r--spec/install/gems/sudo_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/install/gems/sudo_spec.rb b/spec/install/gems/sudo_spec.rb
index c86bbc58..3894f768 100644
--- a/spec/install/gems/sudo_spec.rb
+++ b/spec/install/gems/sudo_spec.rb
@@ -10,6 +10,7 @@ describe "when using sudo", :sudo => true do
install_gemfile <<-G
source "file://#{gem_repo1}"
gem "rack", '1.0'
+ gem "thin"
G
system_gem_path("gems/rack-1.0.0").should exist