mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
improve fail warning. thanks @arlimus
This commit is contained in:
parent
2fe8ba56a3
commit
b7777d265e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module Vulcano::Resources
|
|||
end
|
||||
|
||||
def contain(*_)
|
||||
fail '`contain` will not be implemented. Use standard RSpec matcher.'
|
||||
fail 'Contain is not supported. Please use standard RSpec matchers.'
|
||||
end
|
||||
|
||||
def readable?(by_owner, by_user)
|
||||
|
|
Loading…
Add table
Reference in a new issue