diff options
author | Andre Arko <andre@arko.net> | 2011-05-24 10:36:57 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2011-05-24 10:36:57 -0700 |
commit | d3bd2cd2faecca07bcd331d587742abc2af93da7 (patch) | |
tree | e156b8bd95abcbf1246a69bec2207e61623bee05 /spec/install/gems/sudo_spec.rb | |
parent | 98ebb10cc173aba07b46989e574f87745ade5786 (diff) | |
download | bundler-d3bd2cd2faecca07bcd331d587742abc2af93da7.tar.gz |
ensure sudo installs work with more than one gem
Diffstat (limited to 'spec/install/gems/sudo_spec.rb')
-rw-r--r-- | spec/install/gems/sudo_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/install/gems/sudo_spec.rb b/spec/install/gems/sudo_spec.rb index c86bbc5856..3894f76811 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 |