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

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/output.rb

Class Method Summary collapse

Class Method Details

.capture(_block) ⇒ Object



133
134
135
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/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

.nameObject



129
130
131
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/output.rb', line 129

def self.name
  "some stream"
end