From cf7a05f80f68b5b1c8bcc0089679dd497cec2506 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 14 Jun 2015 23:53:32 -0800 Subject: first commit --- utils/config_test.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 utils/config_test.go (limited to 'utils/config_test.go') diff --git a/utils/config_test.go b/utils/config_test.go new file mode 100644 index 000000000..4d37b4e88 --- /dev/null +++ b/utils/config_test.go @@ -0,0 +1,12 @@ +// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved. +// See License.txt for license information. + +package utils + +import ( + "testing" +) + +func TestConfig(t *testing.T) { + LoadConfig("config.json") +} -- cgit v1.2.3-1-g7c22