Adel Nabiullin

Results 3 comments of Adel Nabiullin

At this moment there is a possibility to use this to generate single endpoint: https://github.com/zipmark/rspec_api_documentation#append_json But unfortunately it does not work. I did everything like documented there, but got following...

@narender2031 Just add that code to the end of `spec/rails_helper.rb` like this: ```ruby RSpec.configure do |config| ... end module NewGoogleRecaptcha def self.human?(*attrs) true end end ```

@igorkasyanchuk what do you mean? do you want to disable recaptcha requests in a test environment by default?