Files
openfoodnetwork/spec/models/spree
Maikel Linke 918e583d01 Account for Rails 7 rounding in time spec
Storing a timestamp to the database has less accuracy than a Ruby Time
object. So `updated_at` changes after being written and loaded from the
database. Rails 7 accounts for that by rounding it in the model already
before it's written to the database. That made one spec fail.
2023-03-03 12:34:55 +11:00
..
2020-08-07 14:03:15 +01:00
2022-06-14 15:35:55 +10:00
2020-08-06 01:41:28 +01:00
2020-09-05 16:38:36 +01:00
2020-09-05 16:43:27 +01:00
2022-10-18 11:32:14 +11:00