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:
Diffstat (limited to 'spec/factories/project_feature_usage.rb')
-rw-r--r--spec/factories/project_feature_usage.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/factories/project_feature_usage.rb b/spec/factories/project_feature_usage.rb
index 8265ea04392..eb9605d08d6 100644
--- a/spec/factories/project_feature_usage.rb
+++ b/spec/factories/project_feature_usage.rb
@@ -4,10 +4,6 @@ FactoryBot.define do
factory :project_feature_usage do
project
- trait :dvcs_cloud do
- jira_dvcs_cloud_last_sync_at { Time.current }
- end
-
trait :dvcs_server do
jira_dvcs_server_last_sync_at { Time.current }
end