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 75419273d5
commit eceac4046c

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'});
});