summaryrefslogtreecommitdiffstats
path: root/api/server_test.go
blob: 2d1d57392b6cc0422aa14239988a9cee0475ccd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// See License.txt for license information.

package api

import (
	"testing"
)

func TestServer(t *testing.T) {
}