# File test/test_Logging.rb, line 196 def test_logfile_path init_context @Logging.logfile = { :params => @logfile } assert_equal('rucy.log', @Logging.logfile_path) assert_equal(1, @path_call) end