Skip to content

Commit 3d7ef66

Browse files
committed
Adjust mutant ignored methods
The previously ignored part have been moved from initializer to model_klasses method.
1 parent 7808915 commit 3d7ef66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby_event_store-active_record/.mutant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ matcher:
3232
- RubyEventStore::ActiveRecord::Event.hook_attribute_type
3333
- RubyEventStore::ActiveRecord::DoubleSerializationDetector
3434
- RubyEventStore::ActiveRecord::EventRepositoryReader#initialize
35-
- RubyEventStore::ActiveRecord::EventRepository#initialize
35+
- RubyEventStore::ActiveRecord::EventRepository#model_klasses
3636
- RubyEventStore::ActiveRecord::EventRepository#json_data_type?
3737
- RubyEventStore::ActiveRecord::EventRepository#rescue_from_double_json_serialization!
3838
- RubyEventStore::ActiveRecord::SkipJsonSerialization

0 commit comments

Comments
 (0)