spec/author_utils_spec.rb in commonmeta-ruby-3.12.0 vs spec/author_utils_spec.rb in commonmeta-ruby-3.12.1
- old
+ new
@@ -66,9 +66,14 @@
it "name with another organization string" do
author = { "name" => "Research Graph" }
expect(subject.is_personal_name?(name: author["name"])).to be false
end
+
+ it "name with ye another organization string" do
+ author = { "name" => "Team OA Brandenburg" }
+ expect(subject.is_personal_name?(name: author["name"])).to be false
+ end
end
context "cleanup_author" do
it "Smith J." do
author = "Smith J."