huacnlee / rucaptcha

Captcha Gem for Rails, which generates captcha image by Rust.
https://huacnlee.github.io/rucaptcha
MIT License
695 stars 133 forks source link

Support test mode #87

Closed daqing closed 4 years ago

daqing commented 4 years ago

在测试环境中,跳过验证,直接返回 true

daqing commented 4 years ago

如果要用 :file_store,新的配置方法为:

self.cache_store = [:file_store, Rails.root.join('tmp/cache')]
huacnlee commented 4 years ago

https://github.com/huacnlee/rucaptcha#write-your-test-skip-captcha-validation