# File lib/stella/testplan.rb, line 68
    def postprocess
      @id &&= Gibbler::Digest.new(@id)
      @notify ||= false 
      @notify &&= false if @notify == 'false'
    end