impress/spec
Emi Matchu b3f635c96c Fix bug parsing discount time when importing from NC Mall
Previously, we took the incoming date as just an integer, which was
raising a database error when we attempted to save it to a timestamp
field. Now, we correctly parse it into a timestamp.

I imagine we just haven't run the import manually while there's a real
discount in the records before? Weird!
2025-01-18 10:49:04 -08:00
..
fixtures Use PetType's created_at to predict who an item might be compatible with 2024-11-19 16:41:50 -08:00
models Update pet state bulk-labeling to skip to next unlabeled if desired 2024-12-08 10:08:39 -08:00
services Fix bug parsing discount time when importing from NC Mall 2025-01-18 10:49:04 -08:00
support Add failing test for modeling bug where we break existing connections 2024-11-06 14:08:32 -08:00
rails_helper.rb Move modeling tests to RSpec 2024-10-21 16:03:58 -07:00
spec_helper.rb Use alias they in specs instead of it, when it reads better 2024-10-25 13:38:02 -07:00