test/appenders/test_console.rb in logging-0.6.2 vs test/appenders/test_console.rb in logging-0.6.3

- old
+ new

@@ -1,7 +1,7 @@ -# $Id: test_console.rb 17 2007-01-20 18:47:43Z tim_pease $ +# $Id: test_console.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 TestAppenders class TestStdout < Test::Unit::TestCase