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>2017-12-21 23:30:43 +0300
committerMatija Čupić <matteeyah@gmail.com>2017-12-21 23:30:43 +0300
commit9416193b30e2fd9cd793d078da5df1ee9d78c5c6 (patch)
tree680244613bee35789b2a84d0d1057af835a591a2 /spec/features/projects/clusters/gcp_spec.rb
parentad1357d6ccb9be58f36f813c2296e48c18809c2c (diff)
Fix clusters/gcp feature spec
Diffstat (limited to 'spec/features/projects/clusters/gcp_spec.rb')
-rw-r--r--spec/features/projects/clusters/gcp_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb
index ad8c1ebc1f8..51bd09e88e0 100644
--- a/spec/features/projects/clusters/gcp_spec.rb
+++ b/spec/features/projects/clusters/gcp_spec.rb
@@ -22,6 +22,7 @@ feature 'Gcp Cluster', :js do
context 'when user has a GCP project with billing enabled' do
before do
+ allow(CheckGcpProjectBillingWorker).to receive(:perform_async)
stub_google_project_billing_status
end