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