rails--rails/actionpack/test
yuuji.yaginuma cc0d272c8c Generate tmpname on its own
`make_tmpname` was removed by 25d56ea7b7.
In this case, we want a file name, not a `File`. So cannot use `Tempfile`.

Fixes #31458
2017-12-15 11:57:43 +09:00
..
abstract Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
assertions Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller Suppress `warning: BigDecimal.new is deprecated` 2017-12-15 01:19:57 +00:00
dispatch Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
fixtures Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
journey Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
lib/controller Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
routing Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
tmp
abstract_unit.rb Generate tmpname on its own 2017-12-15 11:57:43 +09:00