Add devise link
This commit is contained in:
parent
4f08122960
commit
51ac983dc3
|
@ -107,6 +107,8 @@ View `app/views/account/new.html.erb`
|
|||
</form>
|
||||
```
|
||||
|
||||
And if you are use Devise, you can read this to add validation: [RuCaptcha with Devise](https://github.com/huacnlee/rucaptcha/wiki/Working-with-Devise).
|
||||
|
||||
### Write your test skip captcha validation
|
||||
|
||||
```rb
|
||||
|
@ -118,6 +120,3 @@ describe 'sign up and login', type: :feature do
|
|||
it { ... }
|
||||
end
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue