mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Merge pull request #3975 from inspec/immutableUpdate
Remove be_immutable matcher
This commit is contained in:
commit
45f87e01de
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue