mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 01:07:09 +02:00
8 lines
195 B
Ruby
8 lines
195 B
Ruby
require "spec_helper"
|
|
|
|
describe "out_stdout", stub: :daemon do
|
|
before { login_with exists_user }
|
|
it_should_behave_like "configurable daemon settings", "out_stdout", "match", "stdout.**"
|
|
|
|
end
|