jrusso1020 / Paircon

project for CS5150 at Cornell University done for Kilian Weinberger
Other
0 stars 0 forks source link

Add Unit Test Cases For Models #208

Open MutahirKazmi opened 7 years ago

MutahirKazmi commented 7 years ago

Install the following Gems: FactoryGirl - we use it for quick building and creating instances of objects Shoulda - great helpers which speed up writing simple and iterative tests, for example, testing model validations

Write unit tests and test model validations, scopes, callbacks, associations and complex methods to be sure the model is behaving as it should.