J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

TimeEntry tests #122

Closed J3RN closed 6 years ago

J3RN commented 6 years ago

The coverage showed that there were two methods not sufficiently covered in all of the models: TimeEntry#real_duration and TimeEntry.to_csv. The latter proved quite difficult to test, and needs rewriting anyways. This PR adds a test for the former.

Fixes #3