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