Discussion Forums
Discuss all things Ruby on Rails with perhaps the web's most vibrant group of Ruby on Rails enthusiasts.
- Topic List
- Most Recent Posts
- Sign In for more options
Cucumber without database transactional
1 Post
Cucumber without database transactional
Hi all,
I need help, after I add this to feature/support/env.rb Cucumber::Rails::World.use_transactional_fixtures = false
I got this error Mysql::Error: SAVEPOINT active_record_1 does not exist: ROLLBACK TO SAVEPOINT active_record_1 (ActiveRecord::StatementInvalid)
Does anyone know how to solve my problem?
1 Post
