Signed-off-by: Marcin Kubica <marcin.kubica@engineerbetter.com> Co-authored-by: William Young <will.young@engineerbetter.com> Co-authored-by: Tom Godkin <tom.godkin@engineerbetter.com>
@@ -13,3 +13,15 @@ limitations under the License.
*/
package secretsink
+
+import (
+ . "github.com/onsi/ginkgo/v2"
+ . "github.com/onsi/gomega"
+)
+var _ = Describe("", func() {
+ It("does nothing", func() {
+ Expect(true).To(BeTrue())
+ })
+})