mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 17:27:09 +02:00
8 lines
190 B
Ruby
8 lines
190 B
Ruby
require "spec_helper"
|
|
|
|
describe "in_forward", stub: :daemon do
|
|
before { login_with exists_user }
|
|
it_should_behave_like "configurable daemon settings", "in_forward", "port", "12345"
|
|
|
|
end
|