discourse/spec/components/file_store
Robin Ward bee68bba2e FIX: Heisentest
We use the `id` of the upload to calculate a `depth` partition in the
filename. This test would fail if your database had a higher seed
because the depth it was looking for was hard coded to 1.

The solution was to not save the records (which is faster anyway) and
specify the `id` of the upload to make the hash deterministic.
2019-01-16 15:01:50 -05:00
..
base_store_spec.rb FIX: Heisentest 2019-01-16 15:01:50 -05:00
local_store_spec.rb FIX: Moving upload to tombstone should update modification time. 2018-09-18 10:48:29 +08:00
s3_store_spec.rb FIX: Use correct version when generating file path for optimized image (#6871) 2019-01-11 18:35:38 +05:30