Skip to content

Commit 415ed03

Browse files
committed
Isolate failing windows test and add debug
1 parent d2e1e31 commit 415ed03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_tasks = []
77

88
desc 'Run Unit Tests'
99
task :test do
10-
sh 'ruby bin/test tests/units/test_git_dir.rb'
10+
sh 'ruby bin/test tests/units/test_command.rb'
1111

1212
# You can run individual test files (or multiple files) from the command
1313
# line with:

0 commit comments

Comments
 (0)