Greenification of the specs

This commit is contained in:
2015-10-06 17:20:56 +02:00
parent 2df5b290ef
commit 0985881552
16 changed files with 48 additions and 34 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ describe User do
user.supplier_name.should == 'Benji setup'
end
it 'falls back to unkown if not present' do
user.supplier_name.should == I18n.t('supplier.user.unkown_name')
it 'falls back to unknown if not present' do
user.supplier_name.should == I18n.t('supplier.user.unknown_name')
end
end