fix: apt resource matchs repositories not packages

Obvious fix.

Signed-off-by: nqb <nqb+git@azyx.fr>
This commit is contained in:
nqb 2019-04-03 08:47:41 +02:00
parent 8639d3008c
commit 79078d611c
No known key found for this signature in database
GPG key ID: E5DC9201AE579262

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 }