fix(specs): Minor change to templates package for Travis

This commit is contained in:
Ben Gotow 2016-01-08 10:52:37 -08:00
parent 506ada3a59
commit 3b6fdd3a53

View file

@ -157,6 +157,7 @@ describe('TemplateStore', ()=> {
it('should display an error if the draft has no subject', ()=> {
spyOn(TemplateStore, '_displayError');
spyOn(fs, 'watch');
runs(()=> {
TemplateStore._onCreateTemplate({draftClientId: 'localid-nosubject'});
});