summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/runtime/setup_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/setup_spec.rb b/spec/bundler/runtime/setup_spec.rb
index ed2a2e9974..f1ea79512f 100644
--- a/spec/bundler/runtime/setup_spec.rb
+++ b/spec/bundler/runtime/setup_spec.rb
@@ -1567,7 +1567,7 @@ end
require 'csv'
R
- expect(err).to include("csv is not part of the bundle")
+ expect(err).to include("csv is not part of the default gems")
end
it "don't warn with bundled gems when it's declared in Gemfile" do