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 one operating system for most RSpec tests #770

Merged
merged 1 commit into from
Apr 5, 2018

Commits on Mar 31, 2018

  1. Use one operating system for most RSpec tests

    The majority of Puppet classes and defined types in this module do not
    have behaviour which changes depending on the operating system. Mock one
    operating system for most tests, except for collectd_init_spec when
    mocking multiple operating systems makes sense.
    
    This attempts to address voxpupuli#633 , and should reduce test runtimes
    considerably with little change in the confidence of tests actually
    picking up problems.
    juniorsysadmin committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    8517b1d View commit details
    Browse the repository at this point in the history