[READ-ONLY] Mirror of https://github.com/shuuji3/rails-tutorial-sample-app.
0

Configure Feed

Select the types of activity you want to include in your feed.

rails-tutorial-sample-app / test / application_system_test_case.rb
157 B 5 lines
1require "test_helper" 2 3class ApplicationSystemTestCase < ActionDispatch::SystemTestCase 4 driven_by :selenium, using: :chrome, screen_size: [1400, 1400] 5end