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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-04 03:10:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-04 03:10:16 +0300
commit36545041d6286c08bc35e4182c42d11f5d947fbb (patch)
tree2ffca64c961b9b7d3d20e214d091efef9b04af42 /spec/features/groups_spec.rb
parent1cfa0679b4deb60732aa978f425e31adab3055c9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/groups_spec.rb')
-rw-r--r--spec/features/groups_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups_spec.rb b/spec/features/groups_spec.rb
index 33d2ac50628..27b75d15d3b 100644
--- a/spec/features/groups_spec.rb
+++ b/spec/features/groups_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
RSpec.describe 'Group' do
- let_it_be(:user) { create(:user) }
+ let(:user) { create(:user) }
before do
sign_in(user)