Commit 0a5346bf authored by Fabio Papa's avatar Fabio Papa

Apply changes recomended by merge request coach

parent 2f9d1f5d
# coding: utf-8
# frozen_string_literal: true
require 'spec_helper'
......@@ -88,14 +87,6 @@ describe Groups::CreateService, '#execute' do
it { is_expected.to be_persisted }
end
context 'as maintainer' do
before do
group.add_maintainer(user)
end
it { is_expected.to be_persisted }
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment