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
Zamith fc7781646c Uses the absolute path for system test screenshots
Why:

* When getting an error that generates a screenshot it would be helpful
  to be able to ctrl+click it to quickly open it in the browser, which
  does not work with relative paths

This change addresses the need by:

* Changing `image_path` to disregard the relative path and use the
  absolute one instead
2018-02-27 13:49:38 +00: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 We should call methods with .method_name not ::method_name. 2018-02-22 00:54:40 +01:00
dispatch Uses the absolute path for system test screenshots 2018-02-27 13:49:38 +00:00
fixtures Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
journey Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05: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 let drb make temprary server 2017-12-29 23:58:43 +09:00