Bug #107
fix environment to avoid "uninitialized constant ConfigManager" when running rake test_units
| Status : | Closed | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | backend | |||
| Target version : | 2.5 | |||
| Resolution : | fixed |
Description
added require_dependency 'config_manager'
just before require_dependency 'configuration' in the config/environment.rb
Associated revisions
Revision 9f6a739591ec9f3876b0e5c61a860aa1e19d6879
closes #107
git-svn-id: http://svn.typosphere.org/typo/trunk@292 820eb932-12ee-0310-9ca8-eeb645f39767
History
09/25/2005 06:14 AM - edavis10-gmail-com -
Running any Rake task would fail with
Added the line from this diff fixes this issue.
rake aborted! uninitialized constant ConfigManager ./Rakefile:24
Added the line from this diff fixes this issue.
SVN Rev:657
