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

fix(tests): Ruby 3 compatibility for RSpec suite #603

Merged
merged 3 commits into from
Jun 14, 2023

Commits on Apr 19, 2023

  1. fix(tests): Ruby 3 compatibility for RSpec suite

    RSpec tests under Ruby 3 were broken by ambiguous arguments.
    This patch fixes the test suite under Ruby 3 and is backward compatible.
    
    Discussion on this issue can be found in rspec repo:
    rspec/rspec-mocks#1460
    
    Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>
    RulerOf committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6a2e315 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    a6b343e View commit details
    Browse the repository at this point in the history
  2. Minor chefstyle fixes

    Signed-off-by: Tim Smith <tsmith84@gmail.com>
    tas50 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    dc92ba4 View commit details
    Browse the repository at this point in the history