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

Add a transitive test property #29

Closed
wants to merge 1 commit into from
Closed

Commits on Sep 27, 2022

  1. Add a transitive test property

    This is a minimal reproducer that's essentially A ~> B ~> C. The
    that_subscribes_to matcher shows that this is equal to A ~> C but in
    practice Puppet doesn't work that way. The service is not restarted if
    the file is modified.
    
    I don't know what is the expected behavior here, but it does mean that
    today it's not possible to test for real world behavior.
    ekohl committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    f69263b View commit details
    Browse the repository at this point in the history