Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevents newline conversion for spec fixtures on windows #144

Merged
merged 1 commit into from Nov 2, 2016

Conversation

Tomalak
Copy link
Contributor

@Tomalak Tomalak commented May 25, 2015

Exempt spec fixture text files from newline conversion so tests don't
fail needlessly on Windows.

Checking out on Windows used to break tests because some of them read text files from disk and compared their contents byte-by-byte with an expected value. Telling git to leave the text files alone fixes these errors.

Exempt spec fixture text files from newline conversion so tests don't
fail needlessly on Windows.
@kriskowal kriskowal merged commit 5f3d59a into kriskowal:v1 Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants