it("injects the bootstrappedData into the client app start up script", function() {
                    html = ServerRenderer.render(layout, view, environmentConfig, mockServerRequest);

                    expect(html).toMatch(clientStartScript(environmentConfig, bootstrappedData));
                });