class Inspec::OrTest

def initialize(tests)

def initialize(tests)
  @tests = tests
  @negated = false
end