$:.unshift File.expand_path('..', __FILE__) $:.unshift File.expand_path('../../lib', __FILE__) require 'safubot' include Safubot def fixture_path File.expand_path("../fixtures", __FILE__) end def fixture(fn) eval(File.read(fixture_path + '/' + fn)) end