Method: Inspec::OrTest#to_hash

Defined in:
lib/inspec/objects/or_test.rb

#to_hashObject



36
37
38
# File 'lib/inspec/objects/or_test.rb', line 36

def to_hash
  { describe_one: @tests.map(&:to_hash) }
end