Add a reminder to write modeling prediction tests for special colors

This commit is contained in:
Emi Matchu 2024-11-19 12:18:17 -08:00
parent f7109e398a
commit 3e7d27eaa3

View file

@ -89,5 +89,7 @@ RSpec.describe Item do
expect(item.predicted_missing_body_ids).to be_empty expect(item.predicted_missing_body_ids).to be_empty
end end
end end
pending("Don't forget special colors!") { fail }
end end
end end