123456789_123456789_123456789_123456789_123456789_

Class: RSpec::Support::ShellOut::FakeProcessStatus

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: rspec-support/lib/rspec/support/spec/shell_out.rb

Overview

popen3 doesn’t provide the exit status so we fake it out.

Instance Attribute Summary

  • #exitstatus rw

    popen3 doesn’t provide the exit status so we fake it out.

Instance Attribute Details

#exitstatus (rw)

popen3 doesn’t provide the exit status so we fake it out.

[ GitHub ]

  
# File 'rspec-support/lib/rspec/support/spec/shell_out.rb', line 28

FakeProcessStatus = Struct.new(:exitstatus)