davidcelis / recommendable

:+1::-1: A recommendation engine using Likes and Dislikes for your Ruby app
http://davidcelis.github.io/recommendable/
MIT License
1.36k stars 114 forks source link

Extracted similarity calculation logic into a separate class #102

Open mbirman opened 9 years ago

mbirman commented 9 years ago

Hey guys,

I wasn't sure if there is need in unit tests, because CalculationsTest covers all the functionality.

Please let me know if you have any feedback.