Use changeset factory for association in node factory

This commit is contained in:
Tom Hughes 2017-03-22 20:31:25 +00:00
parent 6ee54aff10
commit 9ae3df1a78

View file

@ -3,8 +3,7 @@ FactoryGirl.define do
latitude 1 * GeoRecord::SCALE latitude 1 * GeoRecord::SCALE
longitude 1 * GeoRecord::SCALE longitude 1 * GeoRecord::SCALE
# FIXME: needs changeset factory changeset
changeset_id 1
visible true visible true
timestamp Time.now timestamp Time.now