1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application/rake
yuuji.yaginuma 6fbd405a2e Clear screenshots files in tmp:clear task
If system test fails, it creates screenshot under `tmp/screenshots`.
34fe2a4fc7/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb (L45)

But currently, screenshot files is not cleared by `tmp:clear` task.
This patch make clears screenshot files with `tmp:clear` task as well
as other tmp files.
2017-06-27 07:13:00 +09:00
..
dbs_test.rb Remove unused require 2017-02-12 19:38:49 -07:00
dev_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
framework_test.rb Remove unused require 2017-02-12 19:38:49 -07:00
log_test.rb clear all environments log files by default 2016-10-14 08:52:35 +09:00
migrations_test.rb Also raise error when VERSION is nil 2017-04-27 10:21:28 -07:00
notes_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
restart_test.rb use rails command in restart task test 2016-09-19 10:17:30 +09:00
tmp_test.rb Clear screenshots files in tmp:clear task 2017-06-27 07:13:00 +09:00