# File lib/aruba/api.rb, line 173
    def assert_exiting_with(expect_to_pass)
      if expect_to_pass
        @last_exit_status.should == 0
      else
        @last_exit_status.should_not == 0
      end
    end