rails / marcel

Find the mime type of files, examining file, filename and declared type
Apache License 2.0
386 stars 67 forks source link

Improve test_helper files method #108

Open Mth0158 opened 4 months ago

Mth0158 commented 4 months ago

The files instance method should micmic the fixture_path instance method behaviour (ie linking to class method see https://github.com/rails/marcel/blob/170458c687ed22f07d8829043a04e008a2b1936b/test/test_helper.rb#L52).

This could avoid future issues with 2 files methods supposedly identical not giving the same output.