Skip to content

Commit 4491ec3

Browse files
committed
WIP:
1 parent fafcbc9 commit 4491ec3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/units/test_status.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ def test_changed_boolean_ignorecase
152152
assert(!git.status.changed?('scott/TEXT.txt'))
153153

154154
update_file('test_dot_files_status/scott/TEXT.txt', 'definitely different')
155+
156+
warn "=====+++++ contents: #{File.read('test_dot_files_status/scott/TEXT.txt')}"
157+
155158
assert(git.status.changed?('scott/text.txt'))
156159
assert(git.status.changed?('scott/TEXT.txt'))
157160
end

0 commit comments

Comments
 (0)