hanami / validations

Validation mixin for Ruby objects
http://hanamirb.org
MIT License
213 stars 49 forks source link

Don't validate CSRF Token when Hanami env is `:test` #229

Closed jodosha closed 3 months ago

jodosha commented 1 year ago

Fixes https://github.com/hanami/validations/issues/228

jodosha commented 1 year ago

The manual test I did with the demo app confirms that the fix works. I need to make the specs to pass.