Skip to content

Commit

Permalink
Remove puts instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
cedlemo committed Dec 6, 2017
1 parent ac93f62 commit 55b224f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-config.rb
Expand Up @@ -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
Expand Down

0 comments on commit 55b224f

Please sign in to comment.