seekshiva / courses

http://courseshub.in
GNU General Public License v3.0
5 stars 3 forks source link

Unit tests #102

Closed seekshiva closed 10 years ago

seekshiva commented 10 years ago

Number of "pending" model specs has been brought down from 24 to 18 [Take a look at the logs: https://travis-ci.org/seekshiva/courses/builds/17794675]

seekshiva commented 10 years ago

@nobelium Can you write unit tests for rest of the models? I haven't worked on them yet; I might miss some obvious test cases.

You can look at pending tests by running bundle exec rake or directly see it in travis build logs.

seekshiva commented 10 years ago

Also, should we remove (classroom,class_topics)'s models and controllers, since we will use .ics files for calendaring in the future?

nobelium commented 10 years ago

OK. If we won't be using those model in the future it can be removed.