mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-18 04:07:05 +02:00
Use JavaScript
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
43a03c1c2b
commit
7b0f2b1890
@ -1,7 +1,6 @@
|
||||
require "spec_helper"
|
||||
|
||||
describe "in_monitor_agent", stub: :daemon do
|
||||
describe "in_monitor_agent", js: true, stub: :daemon do
|
||||
before { login_with exists_user }
|
||||
it_should_behave_like "configurable daemon settings", "in_monitor_agent", "port", "12345"
|
||||
|
||||
end
|
||||
|
@ -1,6 +1,6 @@
|
||||
require "spec_helper"
|
||||
|
||||
describe "out_forward", stub: :daemon do
|
||||
describe "out_forward", js: true, stub: :daemon do
|
||||
before { login_with exists_user }
|
||||
|
||||
let(:type) { "out_forward" }
|
||||
|
@ -1,7 +1,6 @@
|
||||
require "spec_helper"
|
||||
|
||||
describe "out_stdout", stub: :daemon do
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user