summaryrefslogtreecommitdiff
path: root/spec/controllers/concerns/spammable_actions/captcha_check/html_format_actions_support_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers/concerns/spammable_actions/captcha_check/html_format_actions_support_spec.rb')
-rw-r--r--spec/controllers/concerns/spammable_actions/captcha_check/html_format_actions_support_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/concerns/spammable_actions/captcha_check/html_format_actions_support_spec.rb b/spec/controllers/concerns/spammable_actions/captcha_check/html_format_actions_support_spec.rb
index 53a78326397..c5d17e0232c 100644
--- a/spec/controllers/concerns/spammable_actions/captcha_check/html_format_actions_support_spec.rb
+++ b/spec/controllers/concerns/spammable_actions/captcha_check/html_format_actions_support_spec.rb
@@ -7,7 +7,7 @@ RSpec.describe SpammableActions::CaptchaCheck::HtmlFormatActionsSupport do
include SpammableActions::CaptchaCheck::HtmlFormatActionsSupport
def create
- with_captcha_check_html_format { render :some_rendered_view }
+ with_captcha_check_html_format(spammable: spammable) { render :some_rendered_view }
end
end