summaryrefslogtreecommitdiff
path: root/spec/factories/clusters/providers/gcp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/clusters/providers/gcp.rb')
-rw-r--r--spec/factories/clusters/providers/gcp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/clusters/providers/gcp.rb b/spec/factories/clusters/providers/gcp.rb
index a815410512a..a002ab28519 100644
--- a/spec/factories/clusters/providers/gcp.rb
+++ b/spec/factories/clusters/providers/gcp.rb
@@ -1,4 +1,4 @@
-FactoryGirl.define do
+FactoryBot.define do
factory :cluster_provider_gcp, class: Clusters::Providers::Gcp do
cluster
gcp_project_id 'test-gcp-project'