summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/slash_commands/presenters
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/presenters
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/presenters')
-rw-r--r--spec/lib/gitlab/slash_commands/presenters/deploy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/slash_commands/presenters/deploy_spec.rb b/spec/lib/gitlab/slash_commands/presenters/deploy_spec.rb
index eb94578c8e7..d16d122c64e 100644
--- a/spec/lib/gitlab/slash_commands/presenters/deploy_spec.rb
+++ b/spec/lib/gitlab/slash_commands/presenters/deploy_spec.rb
@@ -27,7 +27,7 @@ describe Gitlab::SlashCommands::Presenters::Deploy do
it 'tells the user there is no action' do
expect(subject[:response_type]).to be(:ephemeral)
- expect(subject[:text]).to eq "Couldn't find a deployment action."
+ expect(subject[:text]).to eq "Couldn't find a deployment manual action."
end
end
end