class method
self.fixture_paths
Ruby on Rails 7.2.3
Since v7.1.6Returns the ActiveRecord::FixtureSet collection.
In your test_helper.rb you must have require "rails/test_help".
Source
# File activesupport/lib/active_support/test_case.rb, line 122
Defined in activesupport/lib/active_support/test_case.rb line 122
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TestCase