diff --git a/spec/javascripts/app/views_spec.js b/spec/javascripts/app/views_spec.js index ec88615773e39b62db0a6823759eea4c510c1c00..e33c0585ff9db38dace52e5dbff807a90cab7d21 100644 --- a/spec/javascripts/app/views_spec.js +++ b/spec/javascripts/app/views_spec.js @@ -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"); });