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:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-11-07 19:27:46 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2017-11-07 19:27:46 +0300
commit18760259182050ee92e8e10dc5d46e56ca7f601f (patch)
tree3020fdef0e68dfc34b4a7bfa7af35926e79beab3
parent389c9bfc516531f850d6fe4098db0572f90478ab (diff)
Fix ingress rubocop failure
-rw-r--r--spec/factories/clusters/applications/ingress.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/clusters/applications/ingress.rb b/spec/factories/clusters/applications/ingress.rb
index 63016d9c15c..b103a980655 100644
--- a/spec/factories/clusters/applications/ingress.rb
+++ b/spec/factories/clusters/applications/ingress.rb
@@ -3,7 +3,7 @@ FactoryGirl.define do
cluster factory: %i(cluster provided_by_gcp)
trait :not_installable do
- status -2
+ status(-2)
end
trait :installable do