summaryrefslogtreecommitdiffstats
path: root/tests/Settings.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-01 23:22:04 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-01 23:22:04 -0700
commitbfc44c331a77d8c341c076e72df5ed0b56fbd422 (patch)
treec757723957be6b880d1e0d8d26ae2b1c9c606ed2 /tests/Settings.toml
parent4357840e95f3646494ddeea4aae12425dfab2db8 (diff)
Move things around and get some tests in place
Diffstat (limited to 'tests/Settings.toml')
-rw-r--r--tests/Settings.toml12
1 files changed, 12 insertions, 0 deletions
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