it("exposes the data from the view model", function() {
                expect(view.templateData()).toEqual(jasmine.objectContaining({
                    "from_view_model": "view model data"
                }));
            });