# File lib/mocha/state_machine.rb, line 70
    def is(state)
      State.new(self, state)
    end