class ErgomentumRspec::Matchers::Yield::NoBlockGivenError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/ergomentum_rspec/matchers/yield/yield_all.rb, line 11 def initialize super("Block required. E.g. expect { |b| [0].each(&b) }.to yield_all(0)") end