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
longitude 1 * GeoRecord::SCALE
# FIXME: needs changeset factory
changeset_id 1
changeset
visible true
timestamp Time.now