blob: 4d37b4e88f7a404cfb24c99fd508a3f8b844d4eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
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")
}
|