# File lib/spec/matchers/exist.rb, line 8
    def exist
      Matcher.new :exist do
        match do |actual|
          actual.exist?
        end
      end
    end