Capybara Database Locked
I've been writing capybara integration tests. It's been going well, until I hit
an error.
It happens when I want to update a meeting. It uses capybara with chromedriver.
The error message shows:
$SQLite3::BusyException: database is locked:
commit transaction
The error happens when these lines…