Skip to content

Commit 77a3660

Browse files
committed
wip
1 parent c002249 commit 77a3660

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ group :development, :test do
2424
end
2525

2626
group :test do
27-
puts "ls #{__dir__}"
28-
puts `ls #{__dir__}`
29-
puts "ls #{__dir__}/tmp"
30-
puts `ls #{__dir__}/tmp`
27+
Dir.mkdir("#{__dir__}/tmp") unless Dir.exist?("#{__dir__}/tmp")
3128

3229
# This loads the dependencies for the test app since it runs in memory when we run the test suite
3330
tmp_gemfile_path = "#{__dir__}/tmp/TestAppGemfile"

0 commit comments

Comments
 (0)