10 Sep, 2015
5 commits
09 Sep, 2015
14 commits
-
Conflicts: app/models/article.rb app/models/article_follower.rb app/models/person.rb test/unit/article_follower_test.rb
08 Sep, 2015
3 commits
04 Sep, 2015
6 commits
-
Tests in scrap_test were failing in some random executions. It was caused by the way that action_tracker gets the current user when there is no custom_user setted in track_actions calls. The current logged in used is obtained with ActionTracker::Record.current_user but it's not setted from unit tests. The solution is to set the custom_user as the scrap sender, since that it will always be the same user that is logged in when a scrap is created.
03 Sep, 2015
12 commits