From 68fe56435c903c14ba57432007336ad13d75f04a Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 29 Apr 2014 17:10:11 +0800 Subject: [PATCH] tweaks to automated test readme --- tests/automated_test_readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/automated_test_readme.md b/tests/automated_test_readme.md index ed9e83a..bff2511 100644 --- a/tests/automated_test_readme.md +++ b/tests/automated_test_readme.md @@ -95,6 +95,9 @@ Similar to how `iRTL` often calls for nested groupings, the `lang` option will o Also, similar to how `isRTL` often calls for nested groupings, please also make different groupings for each type of view (just "basic" and "agenda" for now). This is very necessary, especially for settings that affect rendering, because often the code paths for each view are completely different. It might look something like this: describe('weekNumbers', function() { + beforeEach(function() { + affix('#calendar'); + }); describe('when view is basic', function() { beforeEach(function() { $('#calendar').fullCalendar({ @@ -139,6 +142,6 @@ If you have any questions on what to tests, or how to organize your tests, post [Jasmine Introduction]: http://jasmine.github.io/2.0/introduction.html [Karma]: http://karma-runner.github.io/ [FullCalendar Documentation]: http://arshaw.com/fullcalendar/docs2/ -[Style Guide]: ../#style-guide +[Style Guide]: https://github.com/arshaw/fullcalendar/tree/v2#style-guide [Google Group]: https://groups.google.com/forum/#!forum/fullcalendar [How to create a PR]: https://help.github.com/articles/creating-a-pull-request