1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
yuuji.yaginuma 4b5c4ca377 Use Testing::Parallelization in Action Packs's test
Parallel execution of `ForkingExecutor` is the same approach as
`Testing::Parallelization`. So do not need to have own code inside
Action Pack. Let's use an already existing feature.
2018-11-28 16:10:14 +09:00
..
abstract Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
assertions Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller Merge pull request #20865 from colavitam/only-except-behavior 2018-11-19 19:06:40 -05:00
dispatch Use env instead of headers on those tests 2018-11-26 15:21:11 -05:00
fixtures Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
journey Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +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
abstract_unit.rb Use Testing::Parallelization in Action Packs's test 2018-11-28 16:10:14 +09:00