update spec to match overriden translation

This commit is contained in:
Jonne Haß 2013-01-31 19:25:02 +01:00
parent 1aa8b6e9f2
commit 01299ee8e8

View file

@ -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