From c9121016c74524277177ee5daff91b5d96952db0 Mon Sep 17 00:00:00 2001 From: rkoster Date: Fri, 27 Mar 2026 19:01:47 +0000 Subject: [PATCH] bosh-stemcell: remove redundant be_symlink assertion --- bosh-stemcell/spec/stemcells/warden_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/bosh-stemcell/spec/stemcells/warden_spec.rb b/bosh-stemcell/spec/stemcells/warden_spec.rb index 6609d40875..da832f52d7 100644 --- a/bosh-stemcell/spec/stemcells/warden_spec.rb +++ b/bosh-stemcell/spec/stemcells/warden_spec.rb @@ -44,7 +44,6 @@ end describe file('/etc/systemd/system/systemd-binfmt.service') do - it { should be_symlink } it { should be_linked_to '/dev/null' } end end