test/layouts/test_basic.rb in logging-0.6.2 vs test/layouts/test_basic.rb in logging-0.6.3
- old
+ new
@@ -1,7 +1,7 @@
-# $Id: test_basic.rb 53 2007-11-28 00:21:33Z tim_pease $
+# $Id: test_basic.rb 88 2008-02-08 18:47:36Z tim_pease $
-require 'test/setup.rb'
+require File.join(File.dirname(__FILE__), %w[.. setup])
module TestLogging
module TestLayouts
class TestBasic < Test::Unit::TestCase