Commit 664a8ae
committed
Rename fixture_path → fixture_paths in rspec config
Rails 7.2 deprecates the singular fixture_path setter on
ActiveSupport::TestCase. rspec-rails 6.1+ exposes the plural
form, which takes an array of paths and is the long-term API
on both 7.1 and 7.2. Direct rewrite — no NextRails.next? branch
needed, and no behavior change since we still point at a single
spec/fixtures directory.
Ref: https://github.com/rspec/rspec-rails/blob/main/Changelog.md#610--2023-11-211 parent 3fd4b58 commit 664a8ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments