Skip to content

Commit

Permalink
Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Aug 16, 2024
1 parent e9275a9 commit be40c5b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions builder_dir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,22 +148,6 @@ var _ = Describe("type DirBuilder", func() {
})
})

// var _ = Describe("type DirName", func() {
// var dirname = DirName("testdata/subdir/created")

// Describe("func XXX()", func() {
// It("creates the directory and returns the path", func() {
// r, err := dirname.XXX()
// Expect(err).ShouldNot(HaveOccurred())
// defer r.Close()

// data, err := io.ReadAll(r)
// Expect(err).ShouldNot(HaveOccurred())
// Expect(string(data)).To(Equal("Hello, world!\n"))
// })
// })
// })

func ExampleDir_required() {
defer example()()

Expand Down

0 comments on commit be40c5b

Please sign in to comment.