Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/models/names_manager/canonical_names.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 5 additions & 1 deletion test/credits/canonical_names_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down