Commit 5844a756 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'remove-describe' into 'master'

Remove unnecessary context

See merge request gitlab-org/gitlab!48362
parents fab11505 cde207e2
......@@ -35,13 +35,11 @@ RSpec.describe Projects::UpdatePagesService do
build.reload
end
describe 'pages artifacts' do
it "doesn't delete artifacts after deploying" do
expect(execute).to eq(:success)
it "doesn't delete artifacts after deploying" do
expect(execute).to eq(:success)
expect(project.pages_metadatum).to be_deployed
expect(build.artifacts?).to eq(true)
end
expect(project.pages_metadatum).to be_deployed
expect(build.artifacts?).to eq(true)
end
it 'succeeds' 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