Skip to content

Commit f495812

Browse files
author
Roberto Decurnex
committed
Removing assertion over deleted files after git add since Git now include them on git add . like scenarios.
1 parent 13db9b9 commit f495812

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/units/test_base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def test_add
7474

7575
git.commit('test_add commit #3')
7676

77-
assert(!git.status.deleted.empty?)
7877
assert(git.status.changed.empty?)
7978
assert(git.status.added.empty?)
8079
end

0 commit comments

Comments
 (0)