diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-09-29 06:22:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 06:22:12 +0200 |
commit | 36f4c32a38ed85e5e658b34d36eac40a6147bc0c (patch) | |
tree | 11f796d6d764b9f6b3f94f43f4e22c8a2007d4a4 /spec | |
parent | e623c302d5d4dfc05689eb8fb8e051e30fc38ec8 (diff) |
Change path of privacy policy page (#19249)
Diffstat (limited to 'spec')
-rw-r--r-- | spec/controllers/about_controller_spec.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/controllers/about_controller_spec.rb b/spec/controllers/about_controller_spec.rb index 03dddd8c1..40e395a64 100644 --- a/spec/controllers/about_controller_spec.rb +++ b/spec/controllers/about_controller_spec.rb @@ -31,16 +31,6 @@ RSpec.describe AboutController, type: :controller do end end - describe 'GET #terms' do - before do - get :terms - end - - it 'returns http success' do - expect(response).to have_http_status(200) - end - end - describe 'helper_method :new_user' do it 'returns a new User' do user = @controller.view_context.new_user |