it("#dereference", function() {
      var instance;

      instance = this.createInstance();
      expect(instance.dereference).to.doNothing;