gitlab.com/sparetimecoders/build-tools@v0.1.0/pkg/registry/no_test.go (about) 1 package registry 2 3 import ( 4 "github.com/stretchr/testify/assert" 5 "testing" 6 ) 7 8 func Test_NoDockerRegistry_Name(t *testing.T) { 9 assert.Equal(t, true, NoDockerRegistry{}.Configured()) 10 }