# File lib/scrubyt/logging.rb, line 120
    def test_that_logging_works_with_nil_logger
      Scrubyt.logger = nil
      assert_nothing_raised { Scrubyt.log(:ERROR, 'message') }
    end