From 960ea5bc915876779c573075800fffd09b4e3ca1 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 21 May 2021 17:08:18 -0700 Subject: [PATCH] move commented out tests --- test/controllers/main_controller_test.rb | 5 ++++- test/controllers/{ => to_write}/api_docs_controller_test.rb | 0 .../application_integrations_controller_test.rb | 0 .../{ => to_write}/content_page_shares_controller_test.rb | 0 .../{ => to_write}/contributors_controller_test.rb | 0 test/controllers/{ => to_write}/countries_controller_test.rb | 0 .../{ => to_write}/customization_controller_test.rb | 0 test/controllers/{ => to_write}/data_controller_test.rb | 0 .../{ => to_write}/document_analyses_controller_test.rb | 0 .../{ => to_write}/document_revisions_controller_test.rb | 0 test/controllers/{ => to_write}/documents_controller_test.rb | 0 test/controllers/{ => to_write}/emails_controller_test.rb | 0 test/controllers/{ => to_write}/floras_controller_test.rb | 0 test/controllers/{ => to_write}/help_controller_test.rb | 0 .../{ => to_write}/information_controller_test.rb | 0 .../integration_authorizations_controller_test.rb | 0 test/controllers/{ => to_write}/lab_controller_test.rb | 0 test/controllers/{ => to_write}/landmarks_controller_test.rb | 0 .../{ => to_write}/notice_dismissal_controller_test.rb | 0 .../{ => to_write}/notifications_controller_test.rb | 0 .../page_collection_submissions_controller_test.rb | 0 .../{ => to_write}/page_collections_controller_test.rb | 0 test/controllers/{ => to_write}/referrals_controller_test.rb | 0 test/controllers/{ => to_write}/search_controller_test.rb | 0 .../{ => to_write}/share_comments_controller_test.rb | 0 test/controllers/{ => to_write}/stream_controller_test.rb | 0 .../{ => to_write}/thredded_proxy_controller_test.rb | 0 .../{ => to_write}/timeline_events_controller_test.rb | 0 test/controllers/{ => to_write}/timelines_controller_test.rb | 0 test/controllers/{ => to_write}/towns_controller_test.rb | 0 .../{ => to_write}/user_blockings_controller_test.rb | 0 .../{ => to_write}/user_followings_controller_test.rb | 0 test/controllers/{ => to_write}/voting_controller_test.rb | 0 33 files changed, 4 insertions(+), 1 deletion(-) rename test/controllers/{ => to_write}/api_docs_controller_test.rb (100%) rename test/controllers/{ => to_write}/application_integrations_controller_test.rb (100%) rename test/controllers/{ => to_write}/content_page_shares_controller_test.rb (100%) rename test/controllers/{ => to_write}/contributors_controller_test.rb (100%) rename test/controllers/{ => to_write}/countries_controller_test.rb (100%) rename test/controllers/{ => to_write}/customization_controller_test.rb (100%) rename test/controllers/{ => to_write}/data_controller_test.rb (100%) rename test/controllers/{ => to_write}/document_analyses_controller_test.rb (100%) rename test/controllers/{ => to_write}/document_revisions_controller_test.rb (100%) rename test/controllers/{ => to_write}/documents_controller_test.rb (100%) rename test/controllers/{ => to_write}/emails_controller_test.rb (100%) rename test/controllers/{ => to_write}/floras_controller_test.rb (100%) rename test/controllers/{ => to_write}/help_controller_test.rb (100%) rename test/controllers/{ => to_write}/information_controller_test.rb (100%) rename test/controllers/{ => to_write}/integration_authorizations_controller_test.rb (100%) rename test/controllers/{ => to_write}/lab_controller_test.rb (100%) rename test/controllers/{ => to_write}/landmarks_controller_test.rb (100%) rename test/controllers/{ => to_write}/notice_dismissal_controller_test.rb (100%) rename test/controllers/{ => to_write}/notifications_controller_test.rb (100%) rename test/controllers/{ => to_write}/page_collection_submissions_controller_test.rb (100%) rename test/controllers/{ => to_write}/page_collections_controller_test.rb (100%) rename test/controllers/{ => to_write}/referrals_controller_test.rb (100%) rename test/controllers/{ => to_write}/search_controller_test.rb (100%) rename test/controllers/{ => to_write}/share_comments_controller_test.rb (100%) rename test/controllers/{ => to_write}/stream_controller_test.rb (100%) rename test/controllers/{ => to_write}/thredded_proxy_controller_test.rb (100%) rename test/controllers/{ => to_write}/timeline_events_controller_test.rb (100%) rename test/controllers/{ => to_write}/timelines_controller_test.rb (100%) rename test/controllers/{ => to_write}/towns_controller_test.rb (100%) rename test/controllers/{ => to_write}/user_blockings_controller_test.rb (100%) rename test/controllers/{ => to_write}/user_followings_controller_test.rb (100%) rename test/controllers/{ => to_write}/voting_controller_test.rb (100%) diff --git a/test/controllers/main_controller_test.rb b/test/controllers/main_controller_test.rb index b678918b..b0c1cd17 100644 --- a/test/controllers/main_controller_test.rb +++ b/test/controllers/main_controller_test.rb @@ -6,6 +6,9 @@ class MainControllerTest < ActionDispatch::IntegrationTest assert_response :success end - + test "should get privacy page" do + get privacy_policy_url + assert_response :success + end end diff --git a/test/controllers/api_docs_controller_test.rb b/test/controllers/to_write/api_docs_controller_test.rb similarity index 100% rename from test/controllers/api_docs_controller_test.rb rename to test/controllers/to_write/api_docs_controller_test.rb diff --git a/test/controllers/application_integrations_controller_test.rb b/test/controllers/to_write/application_integrations_controller_test.rb similarity index 100% rename from test/controllers/application_integrations_controller_test.rb rename to test/controllers/to_write/application_integrations_controller_test.rb diff --git a/test/controllers/content_page_shares_controller_test.rb b/test/controllers/to_write/content_page_shares_controller_test.rb similarity index 100% rename from test/controllers/content_page_shares_controller_test.rb rename to test/controllers/to_write/content_page_shares_controller_test.rb diff --git a/test/controllers/contributors_controller_test.rb b/test/controllers/to_write/contributors_controller_test.rb similarity index 100% rename from test/controllers/contributors_controller_test.rb rename to test/controllers/to_write/contributors_controller_test.rb diff --git a/test/controllers/countries_controller_test.rb b/test/controllers/to_write/countries_controller_test.rb similarity index 100% rename from test/controllers/countries_controller_test.rb rename to test/controllers/to_write/countries_controller_test.rb diff --git a/test/controllers/customization_controller_test.rb b/test/controllers/to_write/customization_controller_test.rb similarity index 100% rename from test/controllers/customization_controller_test.rb rename to test/controllers/to_write/customization_controller_test.rb diff --git a/test/controllers/data_controller_test.rb b/test/controllers/to_write/data_controller_test.rb similarity index 100% rename from test/controllers/data_controller_test.rb rename to test/controllers/to_write/data_controller_test.rb diff --git a/test/controllers/document_analyses_controller_test.rb b/test/controllers/to_write/document_analyses_controller_test.rb similarity index 100% rename from test/controllers/document_analyses_controller_test.rb rename to test/controllers/to_write/document_analyses_controller_test.rb diff --git a/test/controllers/document_revisions_controller_test.rb b/test/controllers/to_write/document_revisions_controller_test.rb similarity index 100% rename from test/controllers/document_revisions_controller_test.rb rename to test/controllers/to_write/document_revisions_controller_test.rb diff --git a/test/controllers/documents_controller_test.rb b/test/controllers/to_write/documents_controller_test.rb similarity index 100% rename from test/controllers/documents_controller_test.rb rename to test/controllers/to_write/documents_controller_test.rb diff --git a/test/controllers/emails_controller_test.rb b/test/controllers/to_write/emails_controller_test.rb similarity index 100% rename from test/controllers/emails_controller_test.rb rename to test/controllers/to_write/emails_controller_test.rb diff --git a/test/controllers/floras_controller_test.rb b/test/controllers/to_write/floras_controller_test.rb similarity index 100% rename from test/controllers/floras_controller_test.rb rename to test/controllers/to_write/floras_controller_test.rb diff --git a/test/controllers/help_controller_test.rb b/test/controllers/to_write/help_controller_test.rb similarity index 100% rename from test/controllers/help_controller_test.rb rename to test/controllers/to_write/help_controller_test.rb diff --git a/test/controllers/information_controller_test.rb b/test/controllers/to_write/information_controller_test.rb similarity index 100% rename from test/controllers/information_controller_test.rb rename to test/controllers/to_write/information_controller_test.rb diff --git a/test/controllers/integration_authorizations_controller_test.rb b/test/controllers/to_write/integration_authorizations_controller_test.rb similarity index 100% rename from test/controllers/integration_authorizations_controller_test.rb rename to test/controllers/to_write/integration_authorizations_controller_test.rb diff --git a/test/controllers/lab_controller_test.rb b/test/controllers/to_write/lab_controller_test.rb similarity index 100% rename from test/controllers/lab_controller_test.rb rename to test/controllers/to_write/lab_controller_test.rb diff --git a/test/controllers/landmarks_controller_test.rb b/test/controllers/to_write/landmarks_controller_test.rb similarity index 100% rename from test/controllers/landmarks_controller_test.rb rename to test/controllers/to_write/landmarks_controller_test.rb diff --git a/test/controllers/notice_dismissal_controller_test.rb b/test/controllers/to_write/notice_dismissal_controller_test.rb similarity index 100% rename from test/controllers/notice_dismissal_controller_test.rb rename to test/controllers/to_write/notice_dismissal_controller_test.rb diff --git a/test/controllers/notifications_controller_test.rb b/test/controllers/to_write/notifications_controller_test.rb similarity index 100% rename from test/controllers/notifications_controller_test.rb rename to test/controllers/to_write/notifications_controller_test.rb diff --git a/test/controllers/page_collection_submissions_controller_test.rb b/test/controllers/to_write/page_collection_submissions_controller_test.rb similarity index 100% rename from test/controllers/page_collection_submissions_controller_test.rb rename to test/controllers/to_write/page_collection_submissions_controller_test.rb diff --git a/test/controllers/page_collections_controller_test.rb b/test/controllers/to_write/page_collections_controller_test.rb similarity index 100% rename from test/controllers/page_collections_controller_test.rb rename to test/controllers/to_write/page_collections_controller_test.rb diff --git a/test/controllers/referrals_controller_test.rb b/test/controllers/to_write/referrals_controller_test.rb similarity index 100% rename from test/controllers/referrals_controller_test.rb rename to test/controllers/to_write/referrals_controller_test.rb diff --git a/test/controllers/search_controller_test.rb b/test/controllers/to_write/search_controller_test.rb similarity index 100% rename from test/controllers/search_controller_test.rb rename to test/controllers/to_write/search_controller_test.rb diff --git a/test/controllers/share_comments_controller_test.rb b/test/controllers/to_write/share_comments_controller_test.rb similarity index 100% rename from test/controllers/share_comments_controller_test.rb rename to test/controllers/to_write/share_comments_controller_test.rb diff --git a/test/controllers/stream_controller_test.rb b/test/controllers/to_write/stream_controller_test.rb similarity index 100% rename from test/controllers/stream_controller_test.rb rename to test/controllers/to_write/stream_controller_test.rb diff --git a/test/controllers/thredded_proxy_controller_test.rb b/test/controllers/to_write/thredded_proxy_controller_test.rb similarity index 100% rename from test/controllers/thredded_proxy_controller_test.rb rename to test/controllers/to_write/thredded_proxy_controller_test.rb diff --git a/test/controllers/timeline_events_controller_test.rb b/test/controllers/to_write/timeline_events_controller_test.rb similarity index 100% rename from test/controllers/timeline_events_controller_test.rb rename to test/controllers/to_write/timeline_events_controller_test.rb diff --git a/test/controllers/timelines_controller_test.rb b/test/controllers/to_write/timelines_controller_test.rb similarity index 100% rename from test/controllers/timelines_controller_test.rb rename to test/controllers/to_write/timelines_controller_test.rb diff --git a/test/controllers/towns_controller_test.rb b/test/controllers/to_write/towns_controller_test.rb similarity index 100% rename from test/controllers/towns_controller_test.rb rename to test/controllers/to_write/towns_controller_test.rb diff --git a/test/controllers/user_blockings_controller_test.rb b/test/controllers/to_write/user_blockings_controller_test.rb similarity index 100% rename from test/controllers/user_blockings_controller_test.rb rename to test/controllers/to_write/user_blockings_controller_test.rb diff --git a/test/controllers/user_followings_controller_test.rb b/test/controllers/to_write/user_followings_controller_test.rb similarity index 100% rename from test/controllers/user_followings_controller_test.rb rename to test/controllers/to_write/user_followings_controller_test.rb diff --git a/test/controllers/voting_controller_test.rb b/test/controllers/to_write/voting_controller_test.rb similarity index 100% rename from test/controllers/voting_controller_test.rb rename to test/controllers/to_write/voting_controller_test.rb