Skip to content

Commit

Permalink
Merge pull request #95 from koic/yaginuma
Browse files Browse the repository at this point in the history
Yuuji Yaginuma and Yuji Yaginuma are same contributor
  • Loading branch information
rafaelfranca committed Aug 10, 2017
2 parents 024f2c4 + a477d2f commit ab3ed0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 @@ -1123,7 +1123,7 @@ def self.map(canonical_name, *also_as)
map 'Yuri Leikind', 'leikind'
map 'Yurii Rashkovskii', "yrashk\100gmail.com", "yrashk\100fp.org.ua"
map 'Yury Korolev', 'yury'
map 'Yuuji Yaginuma', 'yuuji.yaginuma'
map 'Yuuji Yaginuma', 'yuuji.yaginuma', 'Yuji Yaginuma'
map 'Yves Senn', 'senny'
map 'Yves Siegrist', 'Elektron1c97'
map 'Zac Williams', 'jzw'
Expand Down
4 changes: 4 additions & 0 deletions test/credits/canonical_names_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4839,6 +4839,10 @@ class CanonicalNamesTest < ActiveSupport::TestCase
assert_contributor_names '4fded7c', 'Yuuji Yaginuma'
end

test 'Yuji Yaginuma' do
assert_contributor_names 'fbd33b9', 'Yuuji Yaginuma'
end

test 'yury' do
assert_contributor_names '3df90de', 'Yury Korolev'
end
Expand Down

0 comments on commit ab3ed0e

Please sign in to comment.