From ed9a824c37a8454db1aaa82374115af35b4b596d Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 3 May 2011 15:57:57 -0400 Subject: [PATCH] tyop --- templates/view_spec.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/view_spec.js.erb b/templates/view_spec.js.erb index c912d95..59708d6 100644 --- a/templates/view_spec.js.erb +++ b/templates/view_spec.js.erb @@ -27,7 +27,7 @@ describe('<%= object_name %>View', function() { expect(view.$('button.save')).toHaveText('Update'); }); - it('should destroy the model' function() { + it('should destroy the model', function() { spyOn(window, 'confirm').andReturn(true); spyOn(model, 'destroy');