Skip to content

Commit 59f407c

Browse files
manucabronzdoc
authored andcommitted
add temporary directory for test output
1 parent 561df9a commit 59f407c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lib/skunk/application_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
it "writes output to the file" do
3838
FileUtils.rm("tmp/generated_report.txt", force: true)
39+
FileUtils.mkdir_p("tmp")
3940

4041
result = application.execute
4142

0 commit comments

Comments
 (0)