傻瓜。这就是我得到的 env.rb :
Cucumber::Rails::World.use_transactional_fixtures = false
# begin
# DatabaseCleaner.strategy = :transaction
# rescue NameError
# raise "You need to add database_cleaner to your Gemfile (in the :test group) if you wish to use it."
# end
在我的功能中,我有这个:
@javascript
@no-txn
Feature: AwesomeSauce
那么,还有什么可能会调用此 DatabaseCleaner 来破坏我的一天呢?