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
On the master branch, running: bin/rspec spec/requests/auth_controller_spec.rb fails with error:
master
bin/rspec spec/requests/auth_controller_spec.rb
undefined local variable or method `user_entra_id_omniauth_callback_path`
Meanwhile, /rspec spec/requests` works fine. Investigate.
The text was updated successfully, but these errors were encountered:
Doh!
Must have something to do with the stuff we added for SSO sign-on.
And perhaps Rails 8 and devise/omniauth bug.
There was something that reminded me of this that was a bug in devise that I patched as part of Rails 8 upgrade, here:
ebdb181
And see devise at: heartcombo/devise#5728
Sorry, something went wrong.
eddierubeiz
No branches or pull requests
On the
master
branch, running:bin/rspec spec/requests/auth_controller_spec.rb
fails with error:Meanwhile, /rspec spec/requests` works fine.
Investigate.
The text was updated successfully, but these errors were encountered: