Class: RSpec::PathMatchers::Options::Group
- Inherits:
-
EtcBase
show all
- Defined in:
- lib/rspec/path_matchers/options/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
12
|
# File 'lib/rspec/path_matchers/options/group.rb', line 12
def self.etc_method = :getgrgid
|
.key ⇒ Object
10
|
# File 'lib/rspec/path_matchers/options/group.rb', line 10
def self.key = :group
|
.stat_attribute ⇒ Object
11
|
# File 'lib/rspec/path_matchers/options/group.rb', line 11
def self.stat_attribute = :gid
|