Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-28 13:16:07 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-28 13:16:07 +0300
commit07bcabb305f62e445c77ca8081b473adf21f56da (patch)
tree52e9323d7808eeaa9f1b635d1f93b5a891bb6608 /spec/lib/gitlab/slash_commands/presenters
parente2f73c8685cc73066553adc25013b4125cccc849 (diff)
Improve wording related to deploy chatops command
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