method

use_transactional_fixtures?

rails latest stable - Class: Test::Unit::TestCase

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

use_transactional_fixtures?()
public

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 911
      def use_transactional_fixtures?
        use_transactional_fixtures &&
          !self.class.uses_transaction?(method_name)
      end