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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-20 00:17:15 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:55:28 +0300
commitc634ff42ae26ed8e33a70a4c5cb75b38f68644fc (patch)
treee05cb05d3ad42e8302b05c22c77684cf2e918046 /features
parenta621b9d5dff7dfb2418a473473df6e6011dfc63a (diff)
Fix broken feature tests
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/pages.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/pages.rb b/features/steps/project/pages.rb
index b3a6b93c5d0..34f97f1ea8b 100644
--- a/features/steps/project/pages.rb
+++ b/features/steps/project/pages.rb
@@ -134,6 +134,6 @@ nNp/xedE1YxutQ==
end
step 'The Pages should get removed' do
- expect(@project.pages_url).to be_nil
+ expect(@project.pages_deployed?).to be_falsey
end
end