Fixed includes; started wrking onn caching strategy

This commit is contained in:
Alexey Verkhovsky 2005-09-11 04:23:50 +00:00
parent 70fa15e3f3
commit bfecd09b56
6 changed files with 58 additions and 32 deletions

View file

@ -6,6 +6,11 @@ require 'rexml/document'
INSTIKI_ROOT = File.expand_path(File.dirname(__FILE__) + "/../..")
require(File.expand_path(File.dirname(__FILE__) + "/../../config/environment"))
# TODO Create tests for:
# * exporting HTML
# * exporting markup
# * include tag
# Use instiki/../watir, if such a directory exists; This can be a CVS HEAD version of Watir.
# Otherwise Watir has to be installed in ruby/lib.
$:.unshift INSTIKI_ROOT + '/../watir' if File.exists?(INSTIKI_ROOT + '/../watir/watir.rb')