rails/activestorage/test
Xavier Noria f589e20b0a use "minitest" consistently
The name of the minitest library is spelled that way: regular font, and
lowercase. Lowercase is used even at the beginning of sentences, see

    http://docs.seattlerb.org/minitest/

I double-checked this with @zenspider too (thanks!).
2018-09-11 23:57:25 +02:00
..
analyzer Move #extract_metadata_from to ActiveStorage's TestHelper 2018-04-25 15:28:30 -05:00
controllers Respond with 404 in ActiveStorage::DiskController#show when file missing 2018-08-21 15:35:58 -04:00
database Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
dummy Recommend use of rails over bin/rails 2018-07-06 22:46:35 +02:00
fixtures/files Fix zero-byte files upload 2018-09-06 20:04:21 -03:00
jobs Remove superfluous test 2018-08-19 01:10:50 -04:00
models Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge 2018-07-26 09:24:31 -04:00
previewer Change video preview format from PNG to JPG 2018-05-23 14:32:34 -04:00
service Fix zero-byte files upload 2018-09-06 20:04:21 -03:00
template Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
test_helper.rb use "minitest" consistently 2018-09-11 23:57:25 +02:00