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 May 16, 2020. It is now read-only.
I've been trying to run capybara js specs with neo4j. It seems transactions done within DatabaseCleaner are not available to Capybara js specs since the connection between the two is not shared. This is very similar to the ActiveRecord behaviour where you have to set transactional_fixtures = false. I think since the DatabaseCleaner needs to be forced to use the connection started by rails via neo4j.yml
The text was updated successfully, but these errors were encountered:
I've been trying to run capybara js specs with neo4j. It seems transactions done within DatabaseCleaner are not available to Capybara js specs since the connection between the two is not shared. This is very similar to the ActiveRecord behaviour where you have to set
transactional_fixtures = false
. I think since the DatabaseCleaner needs to be forced to use the connection started by rails vianeo4j.yml
The text was updated successfully, but these errors were encountered: