mirror of
https://github.com/mudler/luet.git
synced 2025-09-18 08:12:19 +00:00
Drop Fit on recipe tests
Signed-off-by: Ettore Di Giacinto <mudler@gentoo.org>
This commit is contained in:
@@ -61,7 +61,7 @@ var _ = Describe("Recipe", func() {
|
||||
})
|
||||
|
||||
Context("Reloading trees", func() {
|
||||
FIt("writes and reads back the same tree", func() {
|
||||
It("writes and reads back the same tree", func() {
|
||||
tmpdir, err := ioutil.TempDir("", "tree")
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
defer os.RemoveAll(tmpdir) // clean up
|
||||
|
Reference in New Issue
Block a user