Class: RSpec::FileMatchers::HaveDirs

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

Instance Attribute Summary

Attributes inherited from HaveFileItems

#file_items, #location, #symlink_type

Instance Method Summary collapse

Methods inherited from HaveFileItems

#failure_message, #file_item_names, #initialize, #matches?, #negative_failure_message

Constructor Details

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

Instance Method Details

#artifactObject



17
18
19
# File 'lib/file_spec/matchers/have_dir.rb', line 17

def artifact
  :directory
end