fluentd-ui/test/system/fluentd/setting/in_http_test.rb
Kenji Okimoto a2f0a29b54
Add test/system/fluentd/setting/*_test.rb
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-08-02 11:13:34 +09:00

14 lines
282 B
Ruby

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