Factories#

Tests are using factories (made with factory_boy) intensively to build data sets on the fly without to do model object creation each time and also it helps to build random data when this may be useful.