method

fixture_paths=

Importance_1
v7.1.3.2 - Show latest stable - 0 notes - 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".

Show source
Register or log in to add new notes.