Remove obsolete code to fix tests.

This commit is contained in:
Martin Schimandl 2017-10-11 19:06:35 +02:00
parent db2c86204b
commit 255e991cc3

View File

@ -66,7 +66,6 @@ module Hbc
end
if value.nil? || (value.respond_to?(:to_a) && value.to_a.empty?) ||
(value.respond_to?(:to_h) && value.to_h.empty?) ||
(value.respond_to?(:to_s) && value.to_s == "{}") ||
(artifact_name && !value.key?(artifact_name))