expect(err.message).to.equal('Task is associated to Worker using an alias. You\'ve included an alias (Work), but it does not match the alias defined in your association.');
});
it('throws an error indicating an incorrect alias was entered if an association and alias exist but the alias doesn\'t match',function(){
expect(err.message).to.equal('Task is associated to Worker using an alias. You\'ve included an alias (Work), but it does not match the alias defined in your association.');
});
});
it('returns the associated task via worker.task',function(){
expect(err.message).to.equal('Task is associated to Worker using an alias. You\'ve included an alias (Work), but it does not match the alias defined in your association.');
});
it('throws an error indicating an incorrect alias was entered if an association and alias exist but the alias doesn\'t match',function(){
expect(err.message).to.equal('Task is associated to Worker using an alias. You\'ve included an alias (Work), but it does not match the alias defined in your association.');
});
});
it('returns the associated task via worker.task',function(){