method

fixture_paths=

rails latest stable - Class: ActiveSupport::TestCase
fixture_paths=
public

Sets the given path to the fixture set.

Can also append multiple paths.

ActiveSupport::TestCase.fixture_paths << "component1/test/fixtures"

In your test_helper.rb you must have require "rails/test_help".