var object = {
  method: function() {}
};

object.method();

var fake = require('fake');
fake.expect(object, method);