class Inspec::OrTest

def to_hash

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