Commit 66bfc9e9 authored by Valery Sizov's avatar Valery Sizov Committed by James Edwards-Jones

[CE->EE] Fix specs

parent 86f4767d
......@@ -2,7 +2,7 @@ require 'spec_helper'
describe PagesService, services: true do
let(:build) { create(:ci_build) }
let(:data) { Gitlab::BuildDataBuilder.build(build) }
let(:data) { Gitlab::DataBuilder::Build.build(build) }
let(:service) { PagesService.new(data) }
before 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