summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-02 03:09:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-02 03:09:17 +0000
commit1bcf63a9b247bb8801bb0c39e764c1ef7f2df2dd (patch)
treecc7813ad474a4e7fc58f32cf88e4766957947b91 /spec/support/shared_examples
parenta110ab2161a3b86956ebd8bf1af452c8f22627db (diff)
downloadgitlab-ce-1bcf63a9b247bb8801bb0c39e764c1ef7f2df2dd.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/shared_examples')
-rw-r--r--spec/support/shared_examples/db/seeds/data_seeder_shared_examples.rb (renamed from spec/support/shared_examples/db/seeds/awesome_co_shared_examples.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared_examples/db/seeds/awesome_co_shared_examples.rb b/spec/support/shared_examples/db/seeds/data_seeder_shared_examples.rb
index ae0fe19f6b9..4e8d65ac25e 100644
--- a/spec/support/shared_examples/db/seeds/awesome_co_shared_examples.rb
+++ b/spec/support/shared_examples/db/seeds/data_seeder_shared_examples.rb
@@ -56,7 +56,7 @@ end
RSpec.shared_examples 'passes traits' do
it 'passes traits' do
- expect_next_instance_of(AwesomeCo::FactoryDefinitions::FactoryDefinition) do |instance|
+ expect_next_instance_of(Gitlab::DataSeeder::FactoryDefinitions::FactoryDefinition) do |instance|
# `described` trait will automaticaly generate a description
expect(instance.build(binding).description).to eq('Description of Test Label')
end