You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertall_errors.any?{|es| es.empty?},"Call trace does not match one of method definitions:\n#{trace.inspect}\n#{method_defs.map(&:type).join(" | ")}"
187
+
assertall_errors.any?{|es| es.empty?},->{"Call trace does not match one of method definitions:\n#{trace.inspect}\n#{method_defs.map(&:type).join(" | ")}"}
assertall_errors.any?{|es| es.empty?},"Call trace does not match one of method definitions:\n#{trace.inspect}\n#{method_defs.map(&:type).join(" | ")}"
211
+
assertall_errors.any?{|es| es.empty?},->{"Call trace does not match one of method definitions:\n#{trace.inspect}\n#{method_defs.map(&:type).join(" | ")}"}
212
212
213
213
# Use `instnace_of?` instead of `is_a?` as we want to check for _the exact exception class_.
0 commit comments