Merge branch 'stable' into develop [ci skip]

This commit is contained in:
Jonne Haß 2015-07-05 12:22:35 +02:00
commit 202b6108e9

View file

@ -48,7 +48,7 @@ describe("app.views.Base", function(){
this.view = new viewClass().render();
});
it("repsects the respects the template rendered with the presenter", function(){
it("respects the template rendered with the presenter", function(){
expect(this.view.$('.text').text().trim()).toBe("this comes through on the original render");
});