26 Jan, 2015
1 commit
-
This needs to be done for all plugins as well, but it's more complicated there because several plugins have their own test_helper (which will also load the core test_helper).
19 Dec, 2011
1 commit
-
In Rails 2.3, functional tests override the rescue functionality so that all exceptions are raised during tests (what makes sense). This way the tests for the fact that DocItem::NotFound implies a 404 error must be done as integration tests
05 Apr, 2010
1 commit
-
They are need in DocControlller tests as well in order to not depend on the docs being built during tests
26 Feb, 2010
1 commit
-
(ActionItem1410)
05 Feb, 2010
2 commits
-
It will also happen when a user tries to browse the documentation but it was not generated by the site administrator.
29 Jan, 2010
1 commit
-
* Documentation browser at /doc * Infra-structure for generating and translating the docs * Added a :release take task for doing th release, which already updates the docs.