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
- .capture(_block) Internal use only
- .name Internal use only
Class Method Details
.capture(_block)
[ GitHub ]# File 'rspec-expectations/lib/rspec/matchers/built_in/output.rb', line 154
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 150
def self.name "some stream" end