method

create_fixtures

rails latest stable - Class: ActiveRecord::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.

create_fixtures(*table_names, &block)
public

No documentation available.

# File activerecord/lib/active_record/test_case.rb, line 9
    def create_fixtures(*table_names, &block)
      Fixtures.create_fixtures(FIXTURES_ROOT, table_names, {}, &block)
    end