Skip to content

Resolve "Specs in EE master fail with #show for image formats when requested file exists renders the raw file"

Mario de la Ossa requested to merge 4846-fix_failing_spec into master

In 93be6696 the image doc/user/project/img/labels_filter.png was deleted, which causes spec/controllers/help_controller_spec.rb:69 to fail since it expects that image to exist.

This MR switches that spec to use an existing image

Closes #4846 (closed)

Merge request reports