summaryrefslogtreecommitdiff
path: root/spec/bundler/plugins/install_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/plugins/install_spec.rb')
-rw-r--r--spec/bundler/plugins/install_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/plugins/install_spec.rb b/spec/bundler/plugins/install_spec.rb
index ac5a28891b..a91175c616 100644
--- a/spec/bundler/plugins/install_spec.rb
+++ b/spec/bundler/plugins/install_spec.rb
@@ -98,7 +98,7 @@ RSpec.describe "bundler plugin install" do
bundle "plugin install charlie --source #{file_uri_for(gem_repo2)}"
- expect(err).to include("plugins.rb was not found")
+ expect(err).to include("Failed to install the following plugins: `charlie`. The underlying error was: plugins.rb was not found")
expect(global_plugin_gem("charlie-1.0")).not_to be_directory