it('should have currencies property', () => {
            spyOn(CurrencyModel, 'getCollection').and.returnValue(currencies);
            currency = new Currency(SettingModel, CurrencyModel, FormService);

            expect(currency.currencies).toEqual(currencies);