Skip to content

Instantly share code, notes, and snippets.

@compwron
Created April 13, 2015 22:02
Show Gist options
  • Save compwron/1f92e6b8dc702e842c3c to your computer and use it in GitHub Desktop.
Save compwron/1f92e6b8dc702e842c3c to your computer and use it in GitHub Desktop.
redirecting standard out stdout for tests
class Foo
def initialize out=STDOUT
$stdout = out
end
end
Foo.new(StringIO.new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment