]> git.openstreetmap.org Git - rails.git/blob - test/factories/notes.rb
52c23e7d69cd9ead70abf291e7522101f5710d18
[rails.git] / test / factories / notes.rb
1 FactoryGirl.define do
2   factory :note do
3     latitude 1 * GeoRecord::SCALE
4     longitude 1 * GeoRecord::SCALE
5     # tile QuadTile.tile_for_point(1,1)
6   end
7 end