From 32b1ab88cbd74bf2147731cc0c7e6c8db95fc540 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sat, 29 Mar 2014 16:48:54 +0100 Subject: added basic scaffold for pois --- test/fixtures/pois.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/fixtures/pois.yml (limited to 'test/fixtures') diff --git a/test/fixtures/pois.yml b/test/fixtures/pois.yml new file mode 100644 index 0000000..5a20594 --- /dev/null +++ b/test/fixtures/pois.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + message: MyText + lat: 9.99 + lon: 9.99 + +two: + message: MyText + lat: 9.99 + lon: 9.99 -- cgit v1.2.1