RailsApps / rails-devise-pundit

Rails 5.0 starter app with Devise for authentication and Pundit for authorization.
http://railsapps.github.io/rails-devise-pundit/
483 stars 156 forks source link

Rspec tests: changed to allow error message match #41

Closed paulywill closed 6 years ago

paulywill commented 6 years ago

@DanielKehoe, for some reason the Devise error messages were no longer matching.

ref: Stackoverflow post

ref: https://github.com/RailsApps/rails-devise-pundit/issues/40

DanielKehoe commented 6 years ago

@paulywill Thanks for pointing it out and fixing it.