'use strict';
var targetMock = function() {
return {
'showBubble' : function() {},
'showAsk' : function() {},
'answer' : 22
};
}