Sha256: bb75bf3ccf20cb754f3b1088e8c2f5c08b78b9711695ce5d076f65922688f90e
Contents?: true
Size: 282 Bytes
Versions: 5
Compression:
Stored size: 282 Bytes
Contents
require "application_system_test_case" class InHttpTest < ApplicationSystemTestCase include ConfigurableDaemonSettings setup do login_with(FactoryBot.build(:user)) @type = "in_http" @form_name = "port" @form_value = "12345" @daemon = stub_daemon end end
Version data entries
5 entries across 5 versions & 1 rubygems