Sha256: 8cf91a42ab26d54bbf6292686cb1e3e49b5574a8d5bad8a059a3bbbd879b7bba
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib') require 'wool' require 'spec/expectations' require 'stringio' def swizzling_io old_stdout, $stdout = $stdout, StringIO.new yield $stdout.string ensure $stdout = old_stdout end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wool-0.5.1 | features/support/env.rb |