Module: AktionTest::Matchers::FileSystem::FileContains
- Defined in:
- lib/aktion_test/matchers/file_system/file_contains.rb
Defined Under Namespace
Classes: Matcher
Instance Method Summary collapse
Instance Method Details
#match_lines(lines, options = {}) ⇒ Object
5 6 7 |
# File 'lib/aktion_test/matchers/file_system/file_contains.rb', line 5 def match_lines(lines, ={}) Matcher.new(lines, ) end |