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