summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Manacorda <lorenzo.manacorda@gmail.com>2015-09-16 11:59:29 +0200
committerLorenzo Manacorda <lorenzo.manacorda@gmail.com>2015-09-16 11:59:29 +0200
commita677124bd5d6a2989ba8501d68edf19e904e8d29 (patch)
tree07285295711fd723dd330c5843c548f6f1e22f38
parent8b913c086b9360290c018be965643079c03afd7e (diff)
downloadbundler-a677124bd5d6a2989ba8501d68edf19e904e8d29.tar.gz
fix spec text
-rw-r--r--spec/commands/clean_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/clean_spec.rb b/spec/commands/clean_spec.rb
index 23f747df17..01c0431ec7 100644
--- a/spec/commands/clean_spec.rb
+++ b/spec/commands/clean_spec.rb
@@ -440,7 +440,7 @@ describe "bundle clean" do
should_have_gems "foo-1.0", "foo-1.0.1"
end
- it "does not clean on bundle update when using --system" do
+ it "does not clean on bundle update when installing to system path" do
bundle "config path.system true"
build_repo2