From c652374787c4e9f053f9aa77570f79731d127add Mon Sep 17 00:00:00 2001 From: Mohammed Rashid Date: Sun, 5 Jul 2015 05:01:07 +0100 Subject: [PATCH] typo in spec [ci skip] closes #6167 --- spec/javascripts/app/views_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/javascripts/app/views_spec.js b/spec/javascripts/app/views_spec.js index ec8861577..e33c0585f 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"); });