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 c002249 commit 77a3660Copy full SHA for 77a3660
Gemfile
@@ -24,10 +24,7 @@ group :development, :test do
24
end
25
26
group :test do
27
- puts "ls #{__dir__}"
28
- puts `ls #{__dir__}`
29
- puts "ls #{__dir__}/tmp"
30
- puts `ls #{__dir__}/tmp`
+ Dir.mkdir("#{__dir__}/tmp") unless Dir.exist?("#{__dir__}/tmp")
31
32
# This loads the dependencies for the test app since it runs in memory when we run the test suite
33
tmp_gemfile_path = "#{__dir__}/tmp/TestAppGemfile"
0 commit comments