Commit 3c81b62d authored by Matija Čupić's avatar Matija Čupić

Remove GCP Project list stub from GCP feature spec

parent 534bb0b6
...@@ -20,7 +20,6 @@ feature 'Gcp Cluster', :js do ...@@ -20,7 +20,6 @@ feature 'Gcp Cluster', :js do
.to receive(:token_in_session).and_return('token') .to receive(:token_in_session).and_return('token')
allow_any_instance_of(Projects::Clusters::GcpController) allow_any_instance_of(Projects::Clusters::GcpController)
.to receive(:expires_at_in_session).and_return(1.hour.since.to_i.to_s) .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 end
context 'when user does not have a cluster and visits cluster index page' do context 'when user does not have a cluster and visits cluster index page' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment