Sha256: 188a0d92e56091b7df8712fc92fa146396acffd6faaee51148114e7d367ecd34
Contents?: true
Size: 296 Bytes
Versions: 6
Compression:
Stored size: 296 Bytes
Contents
require_relative 'helper' return if win32? class TestCapture < Test::Unit::TestCase P = Processing def capture(*args, **kwargs) P::Capture.new(*args, **kwargs) end def test_inspect() assert_match %r|#<Processing::Capture:0x\w{16}>|, capture.inspect end end# TestCapture
Version data entries
6 entries across 6 versions & 1 rubygems