Greenification of the specs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user