Method: Inspec::Resources::File#contain
- Defined in:
- lib/resources/file.rb
#contain(*_) ⇒ Object
40 41 42 |
# File 'lib/resources/file.rb', line 40 def contain(*_) fail 'Contain is not supported. Please use standard RSpec matchers.' end |