Browse Source

Update legacy tests

acerix 8 years ago
parent
commit
19858bbb94
1 changed files with 1 additions and 5 deletions
  1. 1 5
      tests/legacy/handleWindowResize.js

+ 1 - 5
tests/legacy/handleWindowResize.js

@@ -1,16 +1,12 @@
 
 describe('handleWindowResize', function() {
 
-	beforeEach(function() {
-		affix('#cal');
-	});
-
 	// not true
 	/*
 	xdescribe('When default is used, should fire resize event', function() {
 		it('should fire resize', function() {
 			var resized = 0;
-			$('#cal').fullCalendar({
+			initCalendar({
 				windowResize: function(view) {
 					resized++;
 				}