We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860bbd0 commit f66c543Copy full SHA for f66c543
tests/units/test_status.rb
@@ -147,7 +147,7 @@ def test_changed_boolean_ignorecase
147
148
assert(git.status.ignore_case?)
149
150
- move_file('test_dot_files_status/scott/text.txt', 'test_dot_files_status/scott/TEXT.txt')
+ move_file('test_dot_files_status/scott/text.txt', 'test_dot_files_status/scott/TEXT2.txt')
151
assert(!git.status.changed?('scott/text.txt'))
152
assert(!git.status.changed?('scott/TEXT.txt'))
153
@@ -160,7 +160,7 @@ def test_changed_boolean_ignorecase
160
warn "=====+++++ Git version?"
161
warn `cd test_dot_files_status && git --version`
162
warn "=====+++++ What files actually exist?"
163
- warn `ls -lah test_dot_files_status`
+ warn `ls -lah test_dot_files_status/scott`
164
warn "=====+++++ (END)"
165
166
0 commit comments