HomePhorge

(PUP-1281) Simplify test for wide console behavior
250492d0605bUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-1281) Simplify test for wide console behavior

Previously, we were verifying that stdout and stderr were wrapped in WideIO
objects in ruby 1.9. However, this doesn't work in CI, because jenkins
redirects stdout and stderr.

This commit simplifies the test to not be as environmentally sensitive. It
just verifies that the WideConsole and WideIO classes have been defined in
ruby 1.x, and not defined in 2.x.

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUaceb0a8a0156: Merge branch 'master' of ssh://github.com/puppetlabs/puppet.git
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPU250492d0605b: (PUP-1281) Simplify test for wide console behavior (authored by Josh Cooper <josh@puppetlabs.com>).Jul 4 2014, 1:40 AM