Remove garbage

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-08-01 17:45:22 +09:00
parent 5d25cf1625
commit a6e90b0eaa
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -2,5 +2,4 @@ require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :headless_chrome, screen_size: [1920, 1080]
# TODO enable screenshot
end