Add a reminder to write modeling prediction tests for special colors
This commit is contained in:
parent
f7109e398a
commit
3e7d27eaa3
1 changed files with 2 additions and 0 deletions
|
@ -89,5 +89,7 @@ RSpec.describe Item do
|
|||
expect(item.predicted_missing_body_ids).to be_empty
|
||||
end
|
||||
end
|
||||
|
||||
pending("Don't forget special colors!") { fail }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue