diff --git a/tests/automated/event-dnd.js b/tests/automated/event-dnd.js index 04ec03f..facbbf7 100644 --- a/tests/automated/event-dnd.js +++ b/tests/automated/event-dnd.js @@ -1,6 +1,7 @@ // can't do event dragging yet. // need to work out how fullCalendar is intercepting events. +/* xdescribe('when event is dragged from one cell to another', function() { it('should move to the new cell', function() { var eventName = 'xyzAllDayEvent'; @@ -27,4 +28,5 @@ xdescribe('when event is dragged from one cell to another', function() { el.simulate('drag', options); dump(el.offset()); }); -}); \ No newline at end of file +}); +*/ \ No newline at end of file diff --git a/tests/automated/handleWindowResize.js b/tests/automated/handleWindowResize.js index 0731287..8059d1a 100644 --- a/tests/automated/handleWindowResize.js +++ b/tests/automated/handleWindowResize.js @@ -6,6 +6,7 @@ describe('handleWindowResize', function() { }); // not true + /* xdescribe('When default is used, should fire resize event', function() { it('should fire resize', function() { var resized = 0; @@ -17,4 +18,5 @@ describe('handleWindowResize', function() { expect(resized).toEqual(1); }); }); + */ }); \ No newline at end of file diff --git a/tests/automated/now.js b/tests/automated/now.js index df998c3..6fdf9cc 100644 --- a/tests/automated/now.js +++ b/tests/automated/now.js @@ -5,7 +5,7 @@ describe('now', function() { beforeEach(function() { affix('#cal'); options = { - defaultDate: '2014-05-1' + defaultDate: '2014-05-01' }; }); diff --git a/tests/automated/weekends.js b/tests/automated/weekends.js index a732c3e..5a2e89a 100644 --- a/tests/automated/weekends.js +++ b/tests/automated/weekends.js @@ -3,7 +3,6 @@ describe('when weekends option is set', function() { beforeEach(function() { affix('#calendar'); - var cal = $('#calendar'); }); it('should show sat and sun if true', function() {