summaryrefslogtreecommitdiff
path: root/spec/bundler/plugins/command_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/plugins/command_spec.rb')
-rw-r--r--spec/bundler/plugins/command_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/plugins/command_spec.rb b/spec/bundler/plugins/command_spec.rb
index 999d8b722b..53d34f7acc 100644
--- a/spec/bundler/plugins/command_spec.rb
+++ b/spec/bundler/plugins/command_spec.rb
@@ -73,8 +73,8 @@ RSpec.describe "command plugins" do
expect(out).not_to include("Installed plugin copycat")
- expect(out).to include("Failed to install plugin")
+ expect(err).to include("Failed to install plugin")
- expect(out).to include("Command(s) `mahcommand` declared by copycat are already registered.")
+ expect(err).to include("Command(s) `mahcommand` declared by copycat are already registered.")
end
end