Class: AktionTest::Matchers::FileSystem::DirectoryExistance::Matcher
- Defined in:
- lib/aktion_test/matchers/file_system/directory_existance.rb
Instance Method Summary collapse
-
#initialize ⇒ Matcher
constructor
A new instance of Matcher.
Methods inherited from Base
#failure_message, #matches?, #negative_failure_message
Constructor Details
#initialize ⇒ Matcher
Returns a new instance of Matcher.
10 11 12 |
# File 'lib/aktion_test/matchers/file_system/directory_existance.rb', line 10 def initialize super end |