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:
authorSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 20:02:36 +0300
committerSemyon Pupkov <mail@semyonpupkov.com>2018-09-21 10:37:57 +0300
commit87b85ef81cadacc753a5c538280d045a1bf35549 (patch)
treeec2f4e9151431b89c6527aba2f35667566eb743d /spec/factories/clusters/applications/helm.rb
parent67cdb1d1be14c893bf195a9f0bc8ba82e5fce91c (diff)
Fix DynamicAttributeDefinedStatically cop
Diffstat (limited to 'spec/factories/clusters/applications/helm.rb')
-rw-r--r--spec/factories/clusters/applications/helm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/clusters/applications/helm.rb b/spec/factories/clusters/applications/helm.rb
index c13b0249d94..d76d6a7334a 100644
--- a/spec/factories/clusters/applications/helm.rb
+++ b/spec/factories/clusters/applications/helm.rb
@@ -29,7 +29,7 @@ FactoryBot.define do
trait :timeouted do
installing
- updated_at ClusterWaitForAppInstallationWorker::TIMEOUT.ago
+ updated_at { ClusterWaitForAppInstallationWorker::TIMEOUT.ago }
end
factory :clusters_applications_ingress, class: Clusters::Applications::Ingress do