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