diff --git a/app/models/names_manager/canonical_names.rb b/app/models/names_manager/canonical_names.rb index 0d3a85a3..b46e3c4a 100644 --- a/app/models/names_manager/canonical_names.rb +++ b/app/models/names_manager/canonical_names.rb @@ -409,7 +409,7 @@ def self.map(canonical_name, *also_as) map 'Edward Betts', "edward\100debian.org" map 'Eelco Lempsink', "rails\10033lc0.net" map 'Egor Homakov', 'homa', 'homakov', '@homakov' - map 'Eileen M. Uchitelle', 'eileencodes', 'Eileen Uchitelle' + map 'Eileen M. Uchitelle', 'eileencodes', 'Eileen Uchitelle', 'Eileen' map 'Elan Feingold', "elan\100bluemandrill.com" map 'Elijah Miller', "elijah.miller\100gmail.com", 'jqr' map 'Elliot Smith', "elliot\100townx.org" diff --git a/test/credits/canonical_names_test.rb b/test/credits/canonical_names_test.rb index dd608c0a..2cb170cc 100644 --- a/test/credits/canonical_names_test.rb +++ b/test/credits/canonical_names_test.rb @@ -1391,6 +1391,10 @@ class CanonicalNamesTest < ActiveSupport::TestCase assert_contributor_names '5130fc8', 'Craig Davey' end + test 'Eileen' do + assert_contributor_names '2cf763e', 'Eileen M. Uchitelle' + end + test 'eileencodes' do assert_contributor_names '7caceee', 'Eileen M. Uchitelle' end @@ -1582,7 +1586,7 @@ class CanonicalNamesTest < ActiveSupport::TestCase test 'frederico' do assert_contributor_names '11a75f9', 'Frederico Macedo' end - + test 'frederikspang' do assert_contributor_names 'b602ffd', 'Frederik Spang' assert_contributor_names '2acfed9', 'Frederik Spang'