# File lib/mocha/state_machine.rb, line 77
    def is_not(state)
      StatePredicate.new(self, state)
    end