From a6e90b0eaaf8fb9cb77565187af7732b0a66ae13 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Wed, 1 Aug 2018 17:45:22 +0900 Subject: [PATCH] Remove garbage Signed-off-by: Kenji Okimoto --- test/application_system_test_case.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index 7492793..ba8b3a4 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -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