it('should have created the instance', () => {
                        foo.should.be.defined;
                        foo.should.be.instanceOf(fixtures.FooSimple);
                    });