summaryrefslogtreecommitdiff
path: root/spec/features/projects/services
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2016-12-20 20:11:02 +0100
committerZ.J. van de Weg <git@zjvandeweg.nl>2016-12-20 20:11:02 +0100
commit2393d30da232db04faa8da9e1a958cec22ffb6e8 (patch)
tree99af01df83bbfa59a46fc5af2c939c39f9f7e202 /spec/features/projects/services
parente9c14918e51828dfbfa2879d5a04f74d08fae290 (diff)
downloadgitlab-ce-2393d30da232db04faa8da9e1a958cec22ffb6e8.tar.gz
Fix rubocop errors [ci skip]
Diffstat (limited to 'spec/features/projects/services')
-rw-r--r--spec/features/projects/services/mattermost_slash_command_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/projects/services/mattermost_slash_command_spec.rb b/spec/features/projects/services/mattermost_slash_command_spec.rb
index 521eedeae9e..73ecf86aded 100644
--- a/spec/features/projects/services/mattermost_slash_command_spec.rb
+++ b/spec/features/projects/services/mattermost_slash_command_spec.rb
@@ -41,7 +41,6 @@ feature 'Setup Mattermost slash commands', feature: true do
end
end
-
describe 'mattermost service is not enabled' do
before do
allow(Gitlab.config.mattermost).to receive(:enabled).and_return(false)