lib/onceover/testconfig.rb in onceover-3.22.0 vs lib/onceover/testconfig.rb in onceover-4.0.0

- old
+ new

@@ -280,12 +280,12 @@ end def run_filters(tests) # All of this needs to be applied AFTER deduplication but BEFORE writing filters = { - 'tags' => @filter_tags, + 'tags' => @filter_tags, 'classes' => @filter_classes, - 'nodes' => @filter_nodes + 'nodes' => @filter_nodes } filters.each do |method, filter_list| if filter_list # Remove tests that do not have matching tags tests.keep_if do |test|