123456789_123456789_123456789_123456789_123456789_

Module: RSpec::Matchers::BuiltIn::NullCapture Private

Do not use. This module is for internal use only.
Relationships & Source Files
Defined in: rspec-expectations/lib/rspec/matchers/built_in/output.rb

Class Method Summary

Class Method Details

.capture(_block)

[ GitHub ]

  
# 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

.name

[ GitHub ]

  
# File 'rspec-expectations/lib/rspec/matchers/built_in/output.rb', line 129

def self.name
  "some stream"
end