Class: RSpec::PathMatchers::Options::SymlinkGroup
- Inherits:
-
EtcBase
show all
- Defined in:
- lib/rspec/path_matchers/options/symlink_group.rb
Overview
Class Method Summary
collapse
Methods inherited from EtcBase
match, valid_expected_types
fetch_actual
Methods inherited from Base
description, match, validate_expected
Class Method Details
.etc_method ⇒ Object
13
|
# File 'lib/rspec/path_matchers/options/symlink_group.rb', line 13
def self.etc_method = :getgrgid
|
.key ⇒ Object
10
|
# File 'lib/rspec/path_matchers/options/symlink_group.rb', line 10
def self.key = :group
|
.stat_attribute ⇒ Object
12
|
# File 'lib/rspec/path_matchers/options/symlink_group.rb', line 12
def self.stat_attribute = :gid
|
.stat_source_method ⇒ Object
11
|
# File 'lib/rspec/path_matchers/options/symlink_group.rb', line 11
def self.stat_source_method = :lstat
|