Class: RSpec::FileMatchers::HaveDir

Inherits:
HaveFileItem show all
Defined in:
lib/file_spec/matchers/have_dir.rb

Instance Attribute Summary

Attributes inherited from HaveFileItem

#location, #symlink_type

Instance Method Summary collapse

Methods inherited from HaveFileItem

#failure_message, #get_location, #initialize, #matches?, #negative_failure_message

Constructor Details

This class inherits a constructor from RSpec::FileMatchers::HaveFileItem

Instance Method Details

#artifactObject



4
5
6
# File 'lib/file_spec/matchers/have_dir.rb', line 4

def artifact
  :directory
end