From db4dd29ee13815d8ca75857e6948b5580050cb9b Mon Sep 17 00:00:00 2001 From: Miguel Negron Date: Fri, 20 Sep 2024 16:28:25 +0100 Subject: [PATCH] pass lint --- spec/configuration/cgroup_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/configuration/cgroup_spec.rb b/spec/configuration/cgroup_spec.rb index 90759ab..9a9c95c 100644 --- a/spec/configuration/cgroup_spec.rb +++ b/spec/configuration/cgroup_spec.rb @@ -5,7 +5,7 @@ cgroups = command('find /sys/fs/cgroup/redborder.slice -type d -name "redborder-*" -not -name "*.service"').stdout.split -describe 'Check cgroups config' do +describe 'Check cgroups conf' do describe file('/sys/fs/cgroup/redborder.slice') do it { should exist } end