diff --git a/tests/automated/template.js.txt b/tests/automated/template.js.txt new file mode 100644 index 0000000..01ec3e0 --- /dev/null +++ b/tests/automated/template.js.txt @@ -0,0 +1,27 @@ +ddescribe('', function() { + + var options; + + beforeEach(function() { + //affix('#cal'); + $('body').append('
'); + options = { + defaultDate: '' + }; + }); + + afterEach(function() { + //$('#cal').fullCalendar('destroy'); + }); + + describe('', function() { + beforeEach(function() { + options.defaultView = ''; + }); + + iit('', function() { + $('#cal').fullCalendar(options); + }); + }); + +}); \ No newline at end of file