From f47712d803811f06b4371f50fabdfc1fefffe4cc Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 19 Dec 2013 15:59:55 +0100 Subject: add design docs on db creation, use Pathname Pathname makes dealing with files easier than String. Tapicero will look for design documents in design directory in the tapicero path for now. --- lib/tapicero.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tapicero.rb') diff --git a/lib/tapicero.rb b/lib/tapicero.rb index aba9fad..3923c65 100644 --- a/lib/tapicero.rb +++ b/lib/tapicero.rb @@ -1,5 +1,5 @@ unless defined? BASE_DIR - BASE_DIR = File.expand_path('../..', __FILE__) + BASE_DIR = Pathname.new(__FILE__) + '../..' end unless defined? TAPICERO_CONFIG TAPICERO_CONFIG = '/etc/leap/tapicero.yaml' -- cgit v1.2.3