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

            expect(currency.saveButtonOptions).toEqual(collectionMock);