correct the broken spec for email names
This commit is contained in:
parent
55eae298a4
commit
b12337292d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ describe Format::Name do
|
|||
|
||||
it 'gives the name, minus commas, with our email in brackets' do
|
||||
result = Format::Name.email_from_np("Test, X, Y")
|
||||
expect(result).to eq("Test X Y <support@commitchange.com>")
|
||||
expect(result).to eq("\"Test X Y\" <support@commitchange.com>")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue