Class: RSpec::PathMatchers::Options::Size

Inherits:
FileStatBase show all
Defined in:
lib/rspec/path_matchers/options/size.rb

Overview

size:

Class Method Summary collapse

Methods inherited from FileStatBase

fetch_actual

Methods inherited from Base

description, match, validate_expected

Class Method Details

.keyObject



10
# File 'lib/rspec/path_matchers/options/size.rb', line 10

def self.key = :size

.stat_attributeObject



11
# File 'lib/rspec/path_matchers/options/size.rb', line 11

def self.stat_attribute = :size

.valid_expected_typesObject



12
# File 'lib/rspec/path_matchers/options/size.rb', line 12

def self.valid_expected_types = [Integer]