]> git.openstreetmap.org Git - rails.git/blob - test/factories/notes.rb
Makr author/author_ip tests more consistent
[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