test/test_git.rb in hoc-0.2 vs test/test_git.rb in hoc-0.3
- old
+ new
@@ -32,10 +32,9 @@
class TestGit < Minitest::Test
def test_parsing
Dir.mktmpdir 'test' do |dir|
system("
set -e
- set -x
cd '#{dir}'
git init .
git config user.email test@teamed.io
git config user.name test
echo 'hello, world!' > test.txt