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>2018-05-02 18:32:57 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-05-02 18:32:57 +0300
commit3c81b62d9af9b135e28b0567420e37273a6e3176 (patch)
treec5540f13c0b9565893d10c46fe9c193f779b2855 /spec/features/projects/clusters
parent534bb0b617b6a5b8ca97176e6c7c874056c4c67f (diff)
Remove GCP Project list stub from GCP feature spec
Diffstat (limited to 'spec/features/projects/clusters')
-rw-r--r--spec/features/projects/clusters/gcp_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb
index c8b418d39bc..dbf8a22b5ac 100644
--- a/spec/features/projects/clusters/gcp_spec.rb
+++ b/spec/features/projects/clusters/gcp_spec.rb
@@ -20,7 +20,6 @@ feature 'Gcp Cluster', :js do
.to receive(:token_in_session).and_return('token')
allow_any_instance_of(Projects::Clusters::GcpController)
.to receive(:expires_at_in_session).and_return(1.hour.since.to_i.to_s)
- allow_any_instance_of(Projects::Clusters::GcpController).to receive(:get_gcp_projects)
end
context 'when user does not have a cluster and visits cluster index page' do