README.md in puppetlabs_spec_helper-5.0.3 vs README.md in puppetlabs_spec_helper-6.0.0.rc.1

- old
+ new

@@ -47,11 +47,11 @@ ### Parallel Fixture Downloads Fixture downloads will now execute in parallel to speed up the testing process. Which can represent >= 600% speed increase (depending on number of threads). You can control the amount of threads by setting the `MAX_FIXTURE_THREAD_COUNT` environment variable to a positive integer, the default is currently 10. We don't suggest going higher than 25 as the gains are marginal due to some repos taking a long time to download. Please be aware that your internal VCS system may not be able to handle a high load in which case the server would fail to clone the repository. Because of this issue, this setting is tunable via `MAX_FIXTURE_THREAD_COUNT`. Additionally, you can also speed up cloning when using the ssh protocol by multiplexing ssh sessions. Add something similar to your ssh config. -Note: you may need to change the host if your using an internal git server. +Note: you may need to change the host if you're using an internal git server. ```shell Host github.com ControlMaster auto ControlPath ~/.ssh/ssh-%r@%h:%p @@ -255,10 +255,10 @@ stdlib: repo: "git://github.com/puppetlabs/puppetlabs-stdlib" ref: "2.6.0" ``` -Only install the `yumrepo_core` module when testing against Puppet 6 or greater: +Only install the `yumrepo_core` module when testing against Puppet 7 or greater: ```yaml fixtures: repositories: yumrepo_core: