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
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
it('hangs forever and it takes you days to figure out why...', () => {
// my spec is empty right now, without an 'expect' statement
}
=> Starting...
... hangs forever until my computer is out of memory, freezes.
Adding in, expect(true).toBe(true) to the spec makes everything run just fine.
It took me forever to realize that this was the behavior I was observing. I suspected So. Many. Things. in my code before I finally realized that common denominator of when jasmine-rails hangs.
The text was updated successfully, but these errors were encountered:
=> Starting...
... hangs forever until my computer is out of memory, freezes.
Adding in,
expect(true).toBe(true)
to the spec makes everything run just fine.It took me forever to realize that this was the behavior I was observing. I suspected So. Many. Things. in my code before I finally realized that common denominator of when jasmine-rails hangs.
The text was updated successfully, but these errors were encountered: