Skip to content

Commit

Permalink
Removing assertion over deleted files after git add since Git now i…
Browse files Browse the repository at this point in the history
…nclude them on `git add .` like scenarios.
  • Loading branch information
Roberto Decurnex committed Sep 29, 2014
1 parent 13db9b9 commit f495812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/units/test_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def test_add

git.commit('test_add commit #3')

assert(!git.status.deleted.empty?)
assert(git.status.changed.empty?)
assert(git.status.added.empty?)
end
Expand Down

0 comments on commit f495812

Please sign in to comment.