it('implements remove', function () {
        var data = {hello: 'hello'};
        var key = 'hello';

        registry.add(key, data);