# File lib/spec/example/subject.rb, line 94
        def should_not(matcher=nil)
          if matcher
            subject.should_not(matcher)
          else
            subject.should_not
          end
        end