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>2020-09-18 06:09:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-18 06:09:28 +0300
commit37ea4b5fbf55e039a2255f0f5d5508e5f479775c (patch)
treed64f686008ae7ef96f6ffd3cd498880022af581a /spec/features/invites_spec.rb
parentcf9694dd845a10c40449f2cfa539af1836f5c6e9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/invites_spec.rb')
-rw-r--r--spec/features/invites_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/invites_spec.rb b/spec/features/invites_spec.rb
index 26b9b398692..3954de56eea 100644
--- a/spec/features/invites_spec.rb
+++ b/spec/features/invites_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe 'Invites', :aggregate_failures do
+RSpec.describe 'Group or Project invitations', :aggregate_failures do
let(:user) { create(:user, email: 'user@example.com') }
let(:owner) { create(:user, name: 'John Doe') }
let(:group) { create(:group, name: 'Owned') }