Class: RSpec::Support::ShellOut::FakeProcessStatus
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
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.
# File 'rspec-support/lib/rspec/support/spec/shell_out.rb', line 28
FakeProcessStatus = Struct.new(:exitstatus)