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