Remove duplicate translations
There is a default translation for `blank` already
This commit is contained in:
parent
db2f2e39e9
commit
c39a58749f
4 changed files with 2 additions and 21 deletions
|
@ -41,7 +41,7 @@ describe Invite do
|
|||
|
||||
it do
|
||||
expect(invite.save).to be false
|
||||
expect(invite.errors.full_messages).to eq(["Email est vide"])
|
||||
expect(invite.errors.full_messages).to eq(["Email doit être rempli"])
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue