class Tryouts::ExpectationEvaluators::False
def self.handles?(expectation_type)
def self.handles?(expectation_type) expectation_type == :false # rubocop:disable Lint/BooleanSymbol end
def self.handles?(expectation_type) expectation_type == :false # rubocop:disable Lint/BooleanSymbol end