Class: RSpec::PathMatchers::Options::Size
Overview
Class Method Summary
collapse
fetch_actual
Methods inherited from Base
description, match, validate_expected
Class Method Details
.key ⇒ Object
10
|
# File 'lib/rspec/path_matchers/options/size.rb', line 10
def self.key = :size
|
.stat_attribute ⇒ Object
11
|
# File 'lib/rspec/path_matchers/options/size.rb', line 11
def self.stat_attribute = :size
|
.valid_expected_types ⇒ Object
12
|
# File 'lib/rspec/path_matchers/options/size.rb', line 12
def self.valid_expected_types = [Integer]
|