From 2afd7d30c81d146226b0839bfbfc6622c1a561f8 Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Thu, 8 Aug 2024 11:00:45 -0700 Subject: [PATCH] Test commit --- hearth/spec/hearth/event_stream/handler_base_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hearth/spec/hearth/event_stream/handler_base_spec.rb b/hearth/spec/hearth/event_stream/handler_base_spec.rb index 19eaf0ff6..a1f5f175f 100644 --- a/hearth/spec/hearth/event_stream/handler_base_spec.rb +++ b/hearth/spec/hearth/event_stream/handler_base_spec.rb @@ -84,7 +84,7 @@ def parse_event(_, _); end let(:exception_class) { Class.new } let(:exception_event) { exception_class.new } - # TODO: Exception event handling is ALL MESSED UP! + # TODO: Exception event handling is ALL MESSED UP! - TEST it 'calls registered MyException handlers' do subject.send(:on, exception_class, handler_1) expect(subject).to receive(:parse_event)