Class: RSpec::Support::ShellOut::FakeProcessStatus
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Support::ShellOut::FakeProcessStatus
- Defined in:
- lib/rspec/support/spec/shell_out.rb
Overview
popen3 doesn’t provide the exit status so we fake it out.
Instance Attribute Summary collapse
-
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
Instance Attribute Details
#exitstatus ⇒ Object
Returns the value of attribute exitstatus
28 29 30 |
# File 'lib/rspec/support/spec/shell_out.rb', line 28 def exitstatus @exitstatus end |