We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9710e commit 484d46cCopy full SHA for 484d46c
1 file changed
lib/rdf/spec/matchers.rb
@@ -187,7 +187,7 @@ module Matchers
187
RSpec::Matchers.define :write_each do |*messages|
188
supports_block_expectations { true }
189
190
- match do |block|
+ match(notify_expectation_failures: true) do |block|
191
messages.each { |message| expect(&block).to write(message) }
192
end
193
@@ -197,7 +197,7 @@ module Matchers
197
198
199
200
201
@output =
202
case io
203
when :output then fake_stdout(&block)
0 commit comments