You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was breaking because Windows includes the drive letter in absolute
paths:
1) Overcommit::GitConfig.hooks_path when explicitly set to an
absolute path returns the absolute path
Failure/Error: expect(subject).to eq '/etc/hooks'
expected: "/etc/hooks"
got: "C:/etc/hooks"
0 commit comments