From 55b224fcd9a93d46aa72a66d3c7861585c48f97e Mon Sep 17 00:00:00 2001 From: cedlemo Date: Wed, 6 Dec 2017 14:35:23 +0100 Subject: [PATCH] Remove puts instruction --- test/test-config.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-config.rb b/test/test-config.rb index c114f22..d8625f9 100644 --- a/test/test-config.rb +++ b/test/test-config.rb @@ -21,7 +21,6 @@ def setup FileUtils.cp("#{@path}/gitconfig", "#{@path}/config/") @config_file_path = "#{@path}/config/gitconfig" @file = Gio::File.open(:path => @config_file_path) - puts @file.path end def test_new_config_from_file