summaryrefslogtreecommitdiff
path: root/spec/install/gems/sudo_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gems/sudo_spec.rb')
-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 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