test/layouts/test_json.rb in logging-1.4.3 vs test/layouts/test_json.rb in logging-1.5.0
- old
+ new
@@ -1,6 +1,6 @@
-require File.join(File.dirname(__FILE__), %w[.. setup])
+require File.expand_path('../setup', File.dirname(__FILE__))
module TestLogging
module TestLayouts
class TestJson < Test::Unit::TestCase