testing around Devise and Omniauth
I'm trying to add tests to my project. do you know of any guides on adding tests to projects with Devise and OmniAuth ? Do you know any op开发者_高级运维en source with these kinds of tests ?
The github wiki for devise has a couple pages on testing. I've found them to be helpful guides.
Testing with Cucumber: https://github.com/plataformatec/devise/wiki/How-To:-Test-with-Cucumber Testing with RSpec: https://github.com/plataformatec/devise/wiki/How-To:-Controllers-and-Views-tests-with-Rails-3-(and-rspec)
精彩评论