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>2023-08-29 21:10:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-29 21:10:24 +0300
commit3e3f936ff7e5645fc5d379aae87dca6671dc417f (patch)
tree667221ef19830ea955035580bf0a6487dc610584 /spec/helpers/application_helper_spec.rb
parent9a8093da816c96e2bab9812c2f00ef276270793b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/helpers/application_helper_spec.rb')
-rw-r--r--spec/helpers/application_helper_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb
index b65a2e6f700..5ebdbfb03fb 100644
--- a/spec/helpers/application_helper_spec.rb
+++ b/spec/helpers/application_helper_spec.rb
@@ -203,7 +203,7 @@ RSpec.describe ApplicationHelper do
describe '#linkedin_url?' do
using RSpec::Parameterized::TableSyntax
- let(:user) { build_stubbed(:user, user_detail: build_stubbed(:user_detail)) }
+ let(:user) { build_stubbed(:user) }
subject { helper.linkedin_url(user) }
@@ -230,7 +230,7 @@ RSpec.describe ApplicationHelper do
describe '#twitter_url?' do
using RSpec::Parameterized::TableSyntax
- let(:user) { build_stubbed(:user, user_detail: build_stubbed(:user_detail)) }
+ let(:user) { build_stubbed(:user) }
subject { helper.twitter_url(user) }