module RSpec::Matchers::BuiltIn::NullCapture
def self.capture(_block)
def self.capture(_block) raise "You must chain `to_stdout` or `to_stderr` off of the `output(...)` matcher." end
def self.name
def self.name "some stream" end
def self.capture(_block) raise "You must chain `to_stdout` or `to_stderr` off of the `output(...)` matcher." end
def self.name "some stream" end