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

Improve irb_spec's home setup #1141

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 7, 2024

  1. Improve irb_spec's home setup

    Before v1.12, IRB avoids loading `~/.irbrc` if the project folder has
    a `.irbrc` file. So to avoid loading dev's `~/.irbrc`, cfe908c added an
    empty irbrc fixture as a workaround.
    
    However, because IRB v1.12 starts loading `~/.irbrc` even if the project
    folder has a `.irbrc` file, the workaround no longer works.
    
    This commit removes the workaround and uses altering `HOME` environment
    variable to avoid loading `.irbrc` from devs' home directory instead.
    st0012 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8bd6a47 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Remove unneeded fixture file

    st0012 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    23927d1 View commit details
    Browse the repository at this point in the history