We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561df9a commit 59f407cCopy full SHA for 59f407c
test/lib/skunk/application_test.rb
@@ -36,6 +36,7 @@
36
37
it "writes output to the file" do
38
FileUtils.rm("tmp/generated_report.txt", force: true)
39
+ FileUtils.mkdir_p("tmp")
40
41
result = application.execute
42
0 commit comments