janko / rodauth-rails

Rails integration for Rodauth authentication framework
https://github.com/jeremyevans/rodauth
MIT License
565 stars 40 forks source link

Rewrite Testing section of README #179

Closed soulcutter closed 1 year ago

soulcutter commented 1 year ago

Fixes #178

Emphasized a strategy for testing with login/logout helpers with a brief example in the Rails-promoted style of ActionDispatch::IntegrationTest tests. Moved information about ActionController::TestCase style tests into the wiki since that has been deprecated, though still in wide use.