diff --git a/test/collections_test.rb b/test/collections_test.rb index 6610ec218a8a..1db5f01c55b0 100644 --- a/test/collections_test.rb +++ b/test/collections_test.rb @@ -1,20 +1,20 @@ -require_relative "./collections_test_helper" +iurequire_relative "./collections_test_helper" describe "collections" do - collections.each do |collection| + collections.each do |collection|uuyiuukjkj describe "#{collection} collection" do - unless ENV["AUTOCORRECT_RENAMED_REPOS"] == "1" + unless ENV["AUTOCORRECT_RENAMED_REPOS"] == "1"655656 it "has a valid name" do assert valid_collection?(collection), invalid_collection_message(collection) end - +uhjjhhj566555667 it "does not include emoji outside of description" do metadata = metadata_for(collections_dir, collection) || {} - +76767676yu fields = %w[created_by display_name collection] fields.each do |field| if value = metadata[field].to_s - assert value == value.gsub(EMOJI_REGEX, ""), + assert value == value.gsub(EMOJI_REGEX, ""),lkkllk "#{field} should not include emoji:\n\t#{value}" end end