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
Using an around hook ends up causing rspec to hang. Switching to a before and after hook works fine.
Seems like transaction can't be closed with around hook.
Shall we switch to before(:each) - after(:each) hooks?
Bumped into this issue while was testing form actions, based on AJAX with capybara feature specs.
Spec got frozen, and bin/ci couldn't pass.
Got this fixed in my PDP project - maxinspace/pdp-blog@032058b#diff-4d41f2688fb9abaa2897572d409789f3L1
Also, found an original issue DatabaseCleaner/database_cleaner#273
I guess, it needs some investigating, why it's happening, and how we should fix it.
The text was updated successfully, but these errors were encountered: