Sha256: 3782d6537980b30347956284430b66059cbd2fd2ca1c935773aeee1356d88bdb
Contents?: true
Size: 122 Bytes
Versions: 1
Compression:
Stored size: 122 Bytes
Contents
module SilenceCommandsDuringTests def run_process(*args) super(*args, out: '/dev/null', err: '/dev/null') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nesta-0.12.0 | test/support/silence_commands_during_tests.rb |