Merge pull request #3915 from nqb/docs/apt-resource

apt: correct docs to clarify that it matches repositories not packages
This commit is contained in:
Clinton Wolfe 2019-04-08 11:22:35 -04:00 committed by GitHub
commit 082882d98d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,12 +70,12 @@ For a full list of available matchers, please visit our [matchers page](https://
### be_enabled
The `be_enabled` matcher tests if a package exists in the repository:
The `be_enabled` matcher tests if a repository is enabled on the system:
it { should be_enabled }
### exist
The `exist` matcher tests if a package exists on the system:
The `exist` matcher tests if a repository exists on the system:
it { should exist }