require "application_system_test_case" class InMonitorAgentTest < ApplicationSystemTestCase include ConfigurableDaemonSettings setup do login_with(FactoryBot.build(:user)) @type = "in_monitor_agent" @form_name = "port" @form_value = "12345" @daemon = stub_daemon end end