Class: AktionTest::Matchers::FileSystem::DirectoryExistance::Matcher

Inherits:
Base
  • Object
show all
Defined in:
lib/aktion_test/matchers/file_system/directory_existance.rb

Instance Method Summary collapse

Methods inherited from Base

#failure_message, #matches?, #negative_failure_message

Constructor Details

#initializeMatcher

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