Sha256: 3683ecbcffbac6f1ff6c05acb5824a4f080762933deec7302dc95da9d22c215d
Contents?: true
Size: 237 Bytes
Versions: 8
Compression:
Stored size: 237 Bytes
Contents
RSpec::Matchers.define :return_stderr do |content| match do |command| ret = backend.do_check(command) if content.instance_of?(Regexp) ret[:stderr] =~ content else ret[:stderr].strip == content end end end
Version data entries
8 entries across 8 versions & 1 rubygems