summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/slash_commands/command_spec.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-28 12:16:07 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-28 12:16:07 +0200
commit07bcabb305f62e445c77ca8081b473adf21f56da (patch)
tree52e9323d7808eeaa9f1b635d1f93b5a891bb6608 /spec/lib/gitlab/slash_commands/command_spec.rb
parente2f73c8685cc73066553adc25013b4125cccc849 (diff)
downloadgitlab-ce-07bcabb305f62e445c77ca8081b473adf21f56da.tar.gz
Improve wording related to deploy chatops commandfix/gb/fix-chatops-deploy-multiple-actions-matching
Diffstat (limited to 'spec/lib/gitlab/slash_commands/command_spec.rb')
-rw-r--r--spec/lib/gitlab/slash_commands/command_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/slash_commands/command_spec.rb b/spec/lib/gitlab/slash_commands/command_spec.rb
index f0ecf59406a..88f73bf90cd 100644
--- a/spec/lib/gitlab/slash_commands/command_spec.rb
+++ b/spec/lib/gitlab/slash_commands/command_spec.rb
@@ -80,7 +80,7 @@ describe Gitlab::SlashCommands::Command do
it 'returns error' do
expect(subject[:response_type]).to be(:ephemeral)
- expect(subject[:text]).to include('Too many actions defined')
+ expect(subject[:text]).to include("Couldn't find a deployment manual action.")
end
end
end