mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-27 23:47:33 -05:00
14 lines
280 B
Go
14 lines
280 B
Go
package generators_test
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/v2"
|
|
_ "github.com/onsi/gomega"
|
|
|
|
_ "github.com/owncloud/ocis/ocis-pkg/generators"
|
|
)
|
|
|
|
//var _ = Describe("Generators", func() {
|
|
// It("Returns an error ", func() {})
|
|
// PIt("Returns expected passwords", func() {})
|
|
//})
|