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

No longer depend of external git user config #536

Merged

Commits on Dec 15, 2021

  1. No longer depend of external git user config

    Some Git-related tests required external configuration of email and
    name. This forced tweaks in CI and other environments to have those set
    globally before running tests.
    
    This change makes this self-contained: Git repositories created part
    of the test suite are going to automatically set a default email and
    name.
    luislavena committed Dec 15, 2021
    Copy the full SHA
    817f22f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Correct usage helpers in factories

    Use `git_path` helper instead of `Process.quote` as was incorrect in that
    context.
    
    Looking at other examples it appears to be the correct method to use,
    even when dealing with nested `Dir.cd` operations.
    luislavena committed Dec 16, 2021
    Copy the full SHA
    b0268dd View commit details
    Browse the repository at this point in the history