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__ instead of getting the dir of __FILE__ #10401

Merged
merged 3 commits into from Sep 10, 2020
Merged

Use __dir__ instead of getting the dir of __FILE__ #10401

merged 3 commits into from Sep 10, 2020

Commits on Sep 9, 2020

  1. Use __dir__ instead of getting the dir of __FILE__

    This is a bit easier to read
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    bd6f49e View commit details
    Browse the repository at this point in the history
  2. Avoid __dir__ in instance_eval

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3aacc9d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Update tasks/rspec.rb

    Co-authored-by: pete higgins <pete@peterhiggins.org>
    tas50 and phiggins committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c0fe791 View commit details
    Browse the repository at this point in the history