test/test_logger.rb in logging-1.0.0 vs test/test_logger.rb in logging-1.1.0

- old
+ new

@@ -4,13 +4,9 @@ module TestLogging class TestLogger < Test::Unit::TestCase include LoggingTestCase - def setup - super - end - def test_initialize assert_nothing_raised {::Logging::Logger[:test]} assert_equal ::Logging::Logger[:test], ::Logging::Logger['test'] assert_nothing_raised {::Logging::Logger.new(Object)} end