Module: RSpec::PathMatchers::Options

Defined in:
lib/rspec/path_matchers/options.rb,
lib/rspec/path_matchers/options/base.rb,
lib/rspec/path_matchers/options/mode.rb,
lib/rspec/path_matchers/options/size.rb,
lib/rspec/path_matchers/options/atime.rb,
lib/rspec/path_matchers/options/ctime.rb,
lib/rspec/path_matchers/options/group.rb,
lib/rspec/path_matchers/options/mtime.rb,
lib/rspec/path_matchers/options/owner.rb,
lib/rspec/path_matchers/options/content.rb,
lib/rspec/path_matchers/options/etc_base.rb,
lib/rspec/path_matchers/options/birthtime.rb,
lib/rspec/path_matchers/options/json_content.rb,
lib/rspec/path_matchers/options/yaml_content.rb,
lib/rspec/path_matchers/options/symlink_atime.rb,
lib/rspec/path_matchers/options/symlink_ctime.rb,
lib/rspec/path_matchers/options/symlink_group.rb,
lib/rspec/path_matchers/options/symlink_mtime.rb,
lib/rspec/path_matchers/options/symlink_owner.rb,
lib/rspec/path_matchers/options/file_stat_base.rb,
lib/rspec/path_matchers/options/symlink_target.rb,
lib/rspec/path_matchers/options/symlink_birthtime.rb,
lib/rspec/path_matchers/options/parsed_content_base.rb,
lib/rspec/path_matchers/options/symlink_target_type.rb,
lib/rspec/path_matchers/options/symlink_target_exist.rb

Defined Under Namespace

Classes: Atime, Base, Birthtime, Content, Ctime, EtcBase, FileStatBase, Group, JsonContent, Mode, Mtime, Owner, ParsedContentBase, Size, SymlinkAtime, SymlinkBirthtime, SymlinkCtime, SymlinkGroup, SymlinkMtime, SymlinkOwner, SymlinkTarget, SymlinkTargetExist, SymlinkTargetType, YamlContent

Constant Summary collapse

NOT_GIVEN =

The value used to indicate that an option was not given by the user

Object.new.freeze
FETCH_ERROR =
Object.new.freeze