correct the broken spec for email names

This commit is contained in:
Eric Schultz 2018-07-10 15:32:15 -05:00
parent 55eae298a4
commit b12337292d

View file

@ -8,7 +8,7 @@ describe Format::Name do
it 'gives the name, minus commas, with our email in brackets' do it 'gives the name, minus commas, with our email in brackets' do
result = Format::Name.email_from_np("Test, X, Y") 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 end
end end