From bfc44c331a77d8c341c076e72df5ed0b56fbd422 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 1 Jun 2017 23:22:04 -0700 Subject: Move things around and get some tests in place --- tests/Settings.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/Settings.toml (limited to 'tests/Settings.toml') diff --git a/tests/Settings.toml b/tests/Settings.toml new file mode 100644 index 0000000..f0d2547 --- /dev/null +++ b/tests/Settings.toml @@ -0,0 +1,12 @@ +debug = true +debug_s = "true" +production = false +production_s = "false" + +[place] +name = "Torre di Pisa" +longitude = 43.7224985 +latitude = 10.3970522 +favorite = false +reviews = 3866 +rating = 4.5 -- cgit v1.2.3