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:
authorShinya Maeda <shinya@gitlab.com>2018-03-05 22:37:09 +0300
committerShinya Maeda <shinya@gitlab.com>2018-03-06 10:53:24 +0300
commit7421604bd0855f7855f5562769acc9bc871fb631 (patch)
tree44ff0752fd74224f57fa625546fe90eb09141403 /spec/features/projects/pages_spec.rb
parent031794f57dd1b300e8442d57aa2822b70021ff3a (diff)
Introduce FailedToExtractError. Fix spec. Add DNS test mock.
Diffstat (limited to 'spec/features/projects/pages_spec.rb')
-rw-r--r--spec/features/projects/pages_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pages_spec.rb b/spec/features/projects/pages_spec.rb
index 2a0d235ef04..233d2e67b9d 100644
--- a/spec/features/projects/pages_spec.rb
+++ b/spec/features/projects/pages_spec.rb
@@ -258,7 +258,7 @@ feature 'Pages' do
end
let(:ci_build) do
- build(
+ create(
:ci_build,
project: project,
pipeline: pipeline,