1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

join any extra args to the tmp path

This commit is contained in:
Aaron Patterson 2012-06-19 16:27:54 -07:00
parent c445f0d61f
commit 7b6efb9cda

View file

@ -31,6 +31,7 @@ module TestHelpers
def tmp_path(*args)
@tmp_path ||= File.realpath(Dir.mktmpdir)
File.join(@tmp_path, *args)
end
def app_path(*args)