saeloun / plate

A Plate of Rails Templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add test for models

vipulnsward opened this issue · comments

@vipulnsward for Contact model we have an after_create callback send_notification_to_support. Are we expected to write a test case for the same?
cc: @puneet-sutar

@vipulnsward @puneet-sutar are we planning to add code coverage gem simplecov? Should I add this in this PR or a different one?