summaryrefslogtreecommitdiff
path: root/spec/services/slash_commands
diff options
context:
space:
mode:
authorJarka Kadlecova <jarka@gitlab.com>2016-12-30 20:49:59 +0100
committerJarka Kadlecova <jarka@gitlab.com>2017-01-13 09:16:35 -0500
commit557a0bf14c79c02c65196ff8f7a2251ecd77073c (patch)
tree36cef1d85fbc5541ec15949d5ea42feb8444c6df /spec/services/slash_commands
parentaa934c7469372cac7b8cd10b49761d90d8e367fa (diff)
downloadgitlab-ce-557a0bf14c79c02c65196ff8f7a2251ecd77073c.tar.gz
Address MR comments
Diffstat (limited to 'spec/services/slash_commands')
-rw-r--r--spec/services/slash_commands/interpret_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/slash_commands/interpret_service_spec.rb b/spec/services/slash_commands/interpret_service_spec.rb
index dfcffcc6131..ffcf02d2c56 100644
--- a/spec/services/slash_commands/interpret_service_spec.rb
+++ b/spec/services/slash_commands/interpret_service_spec.rb
@@ -283,7 +283,7 @@ describe SlashCommands::InterpretService, services: true do
end
end
- context 'non merge request object cant be merged' do
+ context 'issue can not be merged' do
it_behaves_like 'empty command' do
let(:content) { "/merge" }
let(:issuable) { issue }