module RSpec::Matchers::BuiltIn::NullCapture
@private
Public Class Methods
# File rspec-expectations/lib/rspec/matchers/built_in/output.rb, line 133 def self.capture(_block) raise "You must chain `to_stdout` or `to_stderr` off of the `output(...)` matcher." end
# File rspec-expectations/lib/rspec/matchers/built_in/output.rb, line 129 def self.name "some stream" end