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