-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 7.1 deprecation warning for TestFixtures.fixture_path= #1719
Comments
|
Re-opening, seems I linked to the wrong issue above. |
@andyw8 how to fix this error before the next rails release? I am getting this warning while trying to test my Rails application with Rspec. |
@aradradev are you using Tapioca? If not then this isn't the right place to ask. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running tapioca dsl on Rails 7.1:
[2023-11-22T23:51:56.953+08:00] WARN: DEPRECATION WARNING: TestFixtures.fixture_path= is deprecated and will be removed in Rails 7.2. Use .fixture_paths= instead. (called from load at [APP]/vendor/bundle/ruby/3.2.0/bin/tapioca:25)
Tapioca version: 0.11.12
The text was updated successfully, but these errors were encountered: