Remove buffer path assertion and secondary type assertion

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-07-09 17:09:21 +09:00
parent fdf5619fd7
commit 7b25c797ea
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -10,7 +10,6 @@ describe "out_forward", js: true, stub: :daemon do
Name: "name",
Host: "localhost",
Port: "9999",
Path: "/dev/null",
} }
it "Updated config after submit" do
@ -28,7 +27,6 @@ describe "out_forward", js: true, stub: :daemon do
form_values.each_pair do |k,v|
daemon.agent.config.should include(v)
end
daemon.agent.config.should include("type file") # out_forward's Secondary hidden field
end
it "Click to append Server fields", js: true do