summaryrefslogtreecommitdiff
path: root/spec/features/projects/clusters/gcp_spec.rb
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2017-12-21 21:10:50 +0100
committerMatija Čupić <matteeyah@gmail.com>2017-12-21 21:10:50 +0100
commitad1357d6ccb9be58f36f813c2296e48c18809c2c (patch)
tree89a467b42a47fd1b6d239a4641caf165ace414d3 /spec/features/projects/clusters/gcp_spec.rb
parent55f40164c9a012b31adc733d2f081b39970c6b2f (diff)
downloadgitlab-ce-ad1357d6ccb9be58f36f813c2296e48c18809c2c.tar.gz
Fix use of pending decorator in spec
Diffstat (limited to 'spec/features/projects/clusters/gcp_spec.rb')
-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