diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-03 20:20:30 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-03 20:20:30 +1100 |
commit | f27a3ef8f92367eeacb21429d610236b6999ba85 (patch) | |
tree | b50bd5d4fdd9fc9dcef6df836c466a2e43627c42 /features/steps/shared/group.rb | |
parent | d1cdd879d006f0dfd9db8b02f595b3299b791d02 (diff) | |
download | gitlab-ce-f27a3ef8f92367eeacb21429d610236b6999ba85.tar.gz |
CE port of "Remove `features/group_active_tab.feature`"
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5554
Diffstat (limited to 'features/steps/shared/group.rb')
-rw-r--r-- | features/steps/shared/group.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/group.rb b/features/steps/shared/group.rb index 0a0588346b1..0126ce39c5a 100644 --- a/features/steps/shared/group.rb +++ b/features/steps/shared/group.rb @@ -5,10 +5,6 @@ module SharedGroup is_member_of(current_user.name, "Owned", Gitlab::Access::DEVELOPER) end - step '"John Doe" is owner of group "Owned"' do - is_member_of("John Doe", "Owned", Gitlab::Access::OWNER) - end - step '"John Doe" is guest of group "Guest"' do is_member_of("John Doe", "Guest", Gitlab::Access::GUEST) end |