Skip to content

Commit fd206d2

Browse files
committed
Use full path to git on windows
1 parent 7716ce1 commit fd206d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spec/spec_helper_acceptance_local.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def create_repo
5252
exit
5353
end
5454
end
55-
LitmusHelper.instance.run_shell('git config --global user.email "root@localhost"')
56-
LitmusHelper.instance.run_shell('git config --global user.name "root"')
55+
LitmusHelper.instance.run_shell('"C:/Program Files/Git/bin/git" config --global user.email "root@localhost"')
56+
LitmusHelper.instance.run_shell('"C:/Program Files/Git/bin/git" config --global user.name "root"')
5757
end
5858
end
5959

0 commit comments

Comments
 (0)