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