Skip to content

Restore blob fixture for JavaScript tests

Winnie Hellmann requested to merge winh-restore-blob-fixture into master

What does this MR do?

Restore spec/javascripts/fixtures/blob.rb to generate the missing fixture spec/javascripts/fixtures/blob/show.html.raw. This reverts part of 9c521c85.

Why was this MR needed?

spec/javascripts/blob/blob_file_dropzone_spec.js was failing because of the missing fixture.

What are the relevant issue numbers?

fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36187

Edited by Winnie Hellmann

Merge request reports