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:
authorMatija Čupić <matteeyah@gmail.com>2018-02-03 02:16:24 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-02-03 02:18:25 +0300
commit20714ee90232b5577fc99f2a773ddccf71482c08 (patch)
tree87d84e442bdf9bee58d1ef6f67d658035ac1e777 /spec/factories
parent79efb9d0b2d08764ac1a7b0b8e3004c6da9236c1 (diff)
Change UserCallout feautre_name to enum
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/user_callouts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/user_callouts.rb b/spec/factories/user_callouts.rb
index ae83d65da2e..528e442c14b 100644
--- a/spec/factories/user_callouts.rb
+++ b/spec/factories/user_callouts.rb
@@ -1,6 +1,6 @@
FactoryBot.define do
factory :user_callout do
- feature_name 'test_callout'
+ feature_name :gke_cluster_integration
user
end