Files
mattermost/utils/config_test.go
=Corey Hulen 56e74239d6 first commit
2015-06-14 23:53:32 -08:00

13 lines
203 B
Go

// 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")
}