Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Papa <fabtheman@gmail.com>2019-06-28 23:31:47 +0300
committerFabio Papa <fabtheman@gmail.com>2019-07-19 23:48:39 +0300
commitecd21d93d42dc0d65fcdf8d09de5288e56e7b122 (patch)
treee1b4f414e08f5568e9c0e080f2a9c65c8841357d /spec/services/groups
parent16cc1300f5650d040df8716b52548d0ac27e3601 (diff)
Style rules; Revert some examples
Diffstat (limited to 'spec/services/groups')
-rw-r--r--spec/services/groups/create_service_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/services/groups/create_service_spec.rb b/spec/services/groups/create_service_spec.rb
index b4e6ddddfac..267ad529d3b 100644
--- a/spec/services/groups/create_service_spec.rb
+++ b/spec/services/groups/create_service_spec.rb
@@ -89,9 +89,9 @@ describe Groups::CreateService, '#execute' do
it { is_expected.to be_persisted }
end
- context 'as maintainer' do
+ context 'as Owner' do
before do
- group.add_maintainer(user)
+ group.add_owner(user)
end
it { is_expected.to be_persisted }