From 557a0bf14c79c02c65196ff8f7a2251ecd77073c Mon Sep 17 00:00:00 2001 From: Jarka Kadlecova Date: Fri, 30 Dec 2016 20:49:59 +0100 Subject: Address MR comments --- spec/services/slash_commands/interpret_service_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/services/slash_commands') 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 } -- cgit v1.2.1