# File test/test_AddLogFile.rb, line 176 def test_set_path @AddLogFile.path = 'server.log' assert_equal(1, @set_path_call) assert_equal('server.log', @set_path_value) end