From 79078d611c1ae1a9da322aeec9f0aa6f23b9781f Mon Sep 17 00:00:00 2001 From: nqb Date: Wed, 3 Apr 2019 08:47:41 +0200 Subject: [PATCH] fix: apt resource matchs repositories not packages Obvious fix. Signed-off-by: nqb --- docs/resources/apt.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/apt.md.erb b/docs/resources/apt.md.erb index b1b642664..e901b5aae 100644 --- a/docs/resources/apt.md.erb +++ b/docs/resources/apt.md.erb @@ -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 }