David Kimura PRO said over 5 years ago on Invisible Captcha :
You could set this in your config to something like `Rails.env.development? || Rails.env.production?` or `!Rails.env.test?` to bypass it on the tests.