Commit a84bd19d authored by Brett Walker's avatar Brett Walker Committed by Luke Duncalfe

The ruby-magic-static detects more files, fix spec

parent ba7ed18b
......@@ -25,7 +25,7 @@ RSpec.describe Gitlab::Utils::MimeType do
"rails_sample.bmp" | "image/bmp"
"rails_sample.tif" | "image/tiff"
"blockquote_fence_before.md" | "text/plain"
"csv_empty.csv" | nil
"csv_empty.csv" | "application/x-empty"
end
with_them 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