From: cedlemo <nu...@co...> - 2017-12-06 13:57:30
|
cedlemo 2017-12-06 22:35:23 +0900 (Wed, 06 Dec 2017) New Revision: 55b224fcd9a93d46aa72a66d3c7861585c48f97e https://github.com/ruby-gnome2/ggit/commit/55b224fcd9a93d46aa72a66d3c7861585c48f97e Message: Remove puts instruction Modified files: test/test-config.rb Modified: test/test-config.rb (+0 -1) =================================================================== --- test/test-config.rb 2017-12-06 22:34:56 +0900 (c114f22) +++ test/test-config.rb 2017-12-06 22:35:23 +0900 (d8625f9) @@ -21,7 +21,6 @@ class TestConfig < Test::Unit::TestCase 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 |