Class: RSpec::FileMatchers::HaveSymlinks
- Inherits:
-
HaveFileItems
- Object
- HaveFileItems
- RSpec::FileMatchers::HaveSymlinks
- Defined in:
- lib/file_spec/matchers/have_symlink.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
#artifact ⇒ Object
29 30 31 |
# File 'lib/file_spec/matchers/have_symlink.rb', line 29 def artifact :symlink end |