# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. # License: Apache License, Version 2.0 $LOAD_PATH.unshift File.join(File.dirname(__FILE__), "/../lib") require 'spec' require 'rtm/tmql' def implementation_for_spec engine = :ontopia # if env is nil, the "normal progress will go on" # TODO: remove ontopia, as it should be chosen by connect by default end def get_used_tm_sys RTM.connect(:implementation => implementation_for_spec) end def get_used_tm_sys_tm get_used_tm_sys.create("http://www.topicmapslab.de/") end