diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-01-24 21:36:22 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-01-24 21:36:22 +0100 |
commit | 3f6a36168fd74e932a301923ea3805c1e848d66e (patch) | |
tree | 635e454f67d178587a9305812365be0c5069a5c6 | |
parent | 04050fbd46d7758873b33dd6f5648cc37183b078 (diff) |
Fix tests
-rw-r--r-- | spec/views/about/show.html.haml_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/views/about/show.html.haml_spec.rb b/spec/views/about/show.html.haml_spec.rb index d608bbf5d..12c96ea49 100644 --- a/spec/views/about/show.html.haml_spec.rb +++ b/spec/views/about/show.html.haml_spec.rb @@ -10,6 +10,7 @@ describe 'about/show.html.haml', without_verify_partial_doubles: true do allow(view).to receive(:site_title).and_return('example site') allow(view).to receive(:new_user).and_return(User.new) allow(view).to receive(:use_seamless_external_login?).and_return(false) + allow(view).to receive(:render_captcha_if_needed).and_return(nil) end it 'has valid open graph tags' do |