From c153dd9974fef86c6da15f999df7db5486ebaf04 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 27 Feb 2021 18:37:04 +0100 Subject: [PATCH] Add tags for new failing specs --- spec/tags/ruby/library/set/initialize_tags.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spec/tags/ruby/library/set/initialize_tags.txt diff --git a/spec/tags/ruby/library/set/initialize_tags.txt b/spec/tags/ruby/library/set/initialize_tags.txt new file mode 100644 index 00000000000..4ab5c62bda3 --- /dev/null +++ b/spec/tags/ruby/library/set/initialize_tags.txt @@ -0,0 +1,2 @@ +fails:Set#initialize uses #each_entry on the provided Enumerable +fails:Set#initialize uses #each on the provided Enumerable if it does not respond to #each_entry