blob: 1d5095f231b601b1a21ddf629f4dc34c8872fc69 [file] [log] [blame]
define(function(){
return {
name: 'Subject To Test',
method: function(input){
return 1+input;
}
};
});