Some infrastructure for AR and accompanying unit tests

This commit is contained in:
Alexey Verkhovsky 2005-08-02 08:56:09 +00:00
parent 6d8190c096
commit 1b8baa3d03
18 changed files with 155 additions and 187 deletions

View file

@ -12,6 +12,4 @@ unless defined? TEST_LOGGER
TEST_LOGGER = ActionController::Base.logger = Logger.new(log_name)
$instiki_debug_logging = true
WikiService.storage_path = RAILS_ROOT + '/storage/test/'
end