github.com/cloudfoundry-incubator/stembuild@v0.0.0-20211223202937-5b61d62226c6/construct/config/source_config_test.go (about)

     1  package config_test
     2  
     3  import (
     4  	. "github.com/onsi/ginkgo"
     5  	_ "github.com/onsi/gomega"
     6  
     7  	_ "github.com/cloudfoundry-incubator/stembuild/construct/config"
     8  )
     9  
    10  var _ = Describe("SourceConfig", func() {
    11  
    12  })