oauth2_proxy/templates_test.go
Jehiah Czebotar 42f539109e testing
2012-12-17 13:38:33 -05:00

13 lines
178 B
Go

package main
import (
"github.com/bmizerany/assert"
"testing"
)
func TestTemplatesCompile(t *testing.T) {
templates := getTemplates()
assert.NotEqual(t, templates, nil)
}