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