Open ddavisgraphics opened 6 years ago
Hi @ddavisgraphics. Sorry for the very long delay in getting back to you on this. I'm gonna try to stay on top of these things better going forward. Are you still having this problem? If you could provide the code that's failing in that admins_spec.rb
file, that would be helpful. Thanks.
Looking back at the code, it appears that we skipped testing for the test environment because we couldn't get a mock authentication to work.
I think I'm getting this error because of fake cas. The URI and routes work on the local application, it works when testing the routes themselves, and I get 302 redirects in request tests. However the way to test in a feature test which is depicted in the documentation is not working.