update spec to match overriden translation
This commit is contained in:
parent
1aa8b6e9f2
commit
01299ee8e8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ describe "i18n interpolation fallbacks" do
|
|||
I18n.t('user.invalid',
|
||||
:resource_name => "user",
|
||||
:scope => "devise.failure",
|
||||
:default => [:invalid, "invalid"]).should == "Invalid email or password."
|
||||
:default => [:invalid, "invalid"]).should == "Invalid username or password."
|
||||
end
|
||||
end
|
||||
describe "when string requires interpolation arguments" do
|
||||
|
|
|
|||
Loading…
Reference in a new issue