aboutsummaryrefslogtreecommitdiffstats
path: root/spec/plugins/command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/plugins/command.rb')
-rw-r--r--spec/plugins/command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/plugins/command.rb b/spec/plugins/command.rb
index 4ad58fb2..71e87a5b 100644
--- a/spec/plugins/command.rb
+++ b/spec/plugins/command.rb
@@ -74,7 +74,7 @@ describe "command plugins" do
expect(out).not_to include("Installed plugin copycat")
- expect(out).to include("Failed to install plugin copycat")
+ expect(out).to include("Failed to install plugin")
expect(out).to include("Command(s) `mahcommand` declared by copycat are already registered.")
end