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:10:50 +0300
committerMatija Čupić <matteeyah@gmail.com>2017-12-21 23:10:50 +0300
commitad1357d6ccb9be58f36f813c2296e48c18809c2c (patch)
tree89a467b42a47fd1b6d239a4641caf165ace414d3 /spec/features/projects/clusters
parent55f40164c9a012b31adc733d2f081b39970c6b2f (diff)
Fix use of pending decorator in spec
Diffstat (limited to 'spec/features/projects/clusters')
-rw-r--r--spec/features/projects/clusters/gcp_spec.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb
index 4d0abb15b9a..ad8c1ebc1f8 100644
--- a/spec/features/projects/clusters/gcp_spec.rb
+++ b/spec/features/projects/clusters/gcp_spec.rb
@@ -137,9 +137,8 @@ feature 'Gcp Cluster', :js do
end
it 'user sees a check page' do
- pending 'the frontend still has not been implemented' do
- expect(page).to have_link('Continue')
- end
+ pending 'the frontend still has not been implemented'
+ expect(page).to have_link('Continue')
end
end
end