I have many cucumber feature files, each consists of many scenarios.
When run together, some of them fails. When I run each single test file, they passes. I think my database is not correctly clean after each scenario.
What is the correct process to determine what is causing this behavior ?
features/support/env.rb?: Cucumber::Rails::World.use_transactional_fixtures = true