Fix a typo in spec

This commit is contained in:
Amit Rathi 2018-11-20 14:33:22 +05:30
parent 4f6781203a
commit e489748265
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ FactoryBot.define do
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
end
factory :clusters_applications_cert_manager, class: Clusters::Applications::CertManager do
factory :clusters_applications_cert_managers, class: Clusters::Applications::CertManager do
email 'admin@example.com'
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
end