method

load_instances?

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.

load_instances?()
private

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 993
        def load_instances?
          use_instantiated_fixtures != :no_instances
        end