We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 8 introduces a basic authentication generator with the default test file:
test/mailers/previews/passwords_mailer_preview.rb
It just the password mailer test by Minitest
I think it is a good idea to add RSpec generator for Rails 8 built-in authenticator.
For the time being, the tests is only for sign in, sign out and reset password features.
If being approved by the RSpec team, I will make a pull request.
The text was updated successfully, but these errors were encountered:
Sounds like a reasonable addition. A PR is welcome.
Sorry, something went wrong.
This was added in #2811 it just hasn't been released yet
No branches or pull requests
Rails 8 introduces a basic authentication generator with the default test file:
It just the password mailer test by Minitest
I think it is a good idea to add RSpec generator for Rails 8 built-in authenticator.
For the time being, the tests is only for sign in, sign out and reset password features.
If being approved by the RSpec team, I will make a pull request.
The text was updated successfully, but these errors were encountered: