mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
7 lines
206 B
Ruby
7 lines
206 B
Ruby
require "spec_helper"
|
|
|
|
describe "out_stdout", js: true, stub: :daemon do
|
|
before { login_with exists_user }
|
|
it_should_behave_like "configurable daemon settings", "out_stdout", "pattern", "stdout.**"
|
|
end
|