Merge pull request #3975 from inspec/immutableUpdate

Remove be_immutable matcher
This commit is contained in:
Miah Johnson 2019-04-23 17:57:18 -07:00 committed by GitHub
commit 45f87e01de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -427,11 +427,6 @@ The `be_grouped_into` matcher tests if the file exists as part of the named grou
it { should be_grouped_into 'group' }
### be_immutable
The `be_immutable` matcher tests if the file is immutable, i.e. "cannot be changed":
it { should be_immutable }
### be\_linked\_to