Class: Producer::Core::Tests::FileMatch
- Inherits:
-
Producer::Core::Test
- Object
- Producer::Core::Test
- Producer::Core::Tests::FileMatch
- Defined in:
- lib/producer/core/tests/file_match.rb
Instance Attribute Summary
Attributes inherited from Producer::Core::Test
Instance Method Summary collapse
Methods inherited from Producer::Core::Test
#initialize, #negated?, #pass?
Constructor Details
This class inherits a constructor from Producer::Core::Test
Instance Method Details
#verify ⇒ Object
5 6 7 |
# File 'lib/producer/core/tests/file_match.rb', line 5 def verify !!(file_content =~ arguments[1]) end |