From e47c7826bb7f0335181661fd9ecf1b197de9e475 Mon Sep 17 00:00:00 2001 From: Roxin Cernica Date: Sun, 11 May 2014 07:39:53 +0300 Subject: [PATCH] remove iit tests --- tests/automated/buttonIcons.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/automated/buttonIcons.js b/tests/automated/buttonIcons.js index ec048d8..c2dc40b 100644 --- a/tests/automated/buttonIcons.js +++ b/tests/automated/buttonIcons.js @@ -16,7 +16,7 @@ describe('buttonIcons', function() { }); }); - iit('should have default values', function() { + it('should have default values', function() { var prevBtn = $('#cal').find('.fc-button-prev'); var nextBtn = $('#cal').find('.fc-button-next'); var nextYearBtn = $('#cal').find('.fc-button-nextYear'); @@ -74,7 +74,7 @@ describe('buttonIcons', function() { }); }); - iit('buttonIcons is ignored', function() { + it('buttonIcons is ignored', function() { var prevBtn = $('#cal').find('.fc-button-prev'); var nextBtn = $('#cal').find('.fc-button-next'); var prevYearBtn = $('#cal').find('.fc-button-prevYear');