rrabinovitch / rails_engine_rr

ReST API for sales data
0 stars 0 forks source link

Update model validations and relationship associations #18

Closed rrabinovitch closed 4 years ago

rrabinovitch commented 4 years ago

Question: should model specs validate presence of foreign keys? or is that covered by relationship tests? what about testing for indirectly associated models?

Answer (Ian):