ばかキュウリ。これは私が得たものです 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 を呼び出して 1 日を台無しにしているのは何でしょうか?