summaryrefslogtreecommitdiff
path: root/spec/services/slash_commands/interpret_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/slash_commands/interpret_service_spec.rb')
-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 }