rspec-puppet-facts: Require 4.x; add custom facts as strings #299
Annotations
4 errors and 1 warning
spec/facts_spec.rb#L131
add_facts_for_metadata with systemd and stdlib has systemd on Red Hat 7
Failure/Error: expect(facts['systemd']).to be true
expected true
got nil
|
spec/facts_spec.rb#L139
add_facts_for_metadata with systemd and stdlib has no systemd on Red Hat 6
Failure/Error: expect(facts['systemd']).to be false
expected false
got nil
|
spec/facts_spec.rb#L147
add_facts_for_metadata with systemd and stdlib has no systemd on openbsd
Failure/Error: expect(facts['systemd']).to be false
expected false
got nil
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading