You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think between version 1.2.0 and 1.2.1 a bug was introduced. Maybe it is this commit: 8f1a0cd
Let me explain my thoughts. About two days ago our project builds started to fail on Travis due to a timeout. The only thing we changed was upgrading guard-jasmine to 1.2.1. The most recent failing build can be found here: http://travis-ci.org/#!/stravid/slotcars/builds/1463778
I'm not entirely sure if I'm correct with this assumption. All I know is that after downgrading guard-jasmine the Travis CI builds started to work again.
Thanks for your time!
The text was updated successfully, but these errors were encountered:
Thanks a lot for the detailed bug report. The reason for the failure was, that if you have nested describes, some may not contain any specs and are just for grouping and giving context. This results in a suite that has undefined spec and let Guard Jasmine fail.
Hi!
I think between version 1.2.0 and 1.2.1 a bug was introduced. Maybe it is this commit: 8f1a0cd
Let me explain my thoughts. About two days ago our project builds started to fail on Travis due to a timeout. The only thing we changed was upgrading guard-jasmine to 1.2.1. The most recent failing build can be found here: http://travis-ci.org/#!/stravid/slotcars/builds/1463778
After downgrading to version 1.2.0 our builds started to work again: http://travis-ci.org/#!/stravid/slotcars/builds/1463971
The change set on our project which fixed the build can be found here: stravid/slotcars@ccf5ae0...a5568c4
I'm not entirely sure if I'm correct with this assumption. All I know is that after downgrading guard-jasmine the Travis CI builds started to work again.
Thanks for your time!
The text was updated successfully, but these errors were encountered: