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

Use Dir.pwd instead of ENV['PWD'] in Capistrano integration #848

Merged
merged 4 commits into from
May 30, 2022

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    fd8bb23 View commit details
    Browse the repository at this point in the history
  2. Mock Dir to fix tests

    tomascco committed May 23, 2022
    Configuration menu
    Copy the full SHA
    12b6288 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Use Dir.chdir to mock directory in Capistrano spec

    Instead of mocking the `Dir.pwd` method, switch the current directory to
    what the test expects it to be. This doesn't interfere with our internal
    test system.
    tombruijn committed May 30, 2022
    Configuration menu
    Copy the full SHA
    e9af2e4 View commit details
    Browse the repository at this point in the history
  2. Add changeset for Capistrano 3 Dir.pwd change

    A changeset is required to ship the change.
    https://github.com/appsignal/mono/#changeset
    
    [ci skip]
    tombruijn committed May 30, 2022
    Configuration menu
    Copy the full SHA
    90f7b3a View commit details
    Browse the repository at this point in the history