Commit 195958f5b26e1e117edff66122b0a388563baa99
1 parent
c6a155b6
Exists in
master
rename_test_captcha_to_verify_captcha
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/serpro_captcha_plugin.rb
@@ -12,7 +12,7 @@ class SerproCaptchaPlugin < Noosfero::Plugin | @@ -12,7 +12,7 @@ class SerproCaptchaPlugin < Noosfero::Plugin | ||
12 | [SerproCaptchaPlugin::API ] | 12 | [SerproCaptchaPlugin::API ] |
13 | end | 13 | end |
14 | 14 | ||
15 | - def test_captcha(*args) | 15 | + def verify_captcha(*args) |
16 | remote_ip = args[0] | 16 | remote_ip = args[0] |
17 | params = args[1] | 17 | params = args[1] |
18 | environment = args[2] | 18 | environment = args[2] |