Add privacy policy (#4415).

This commit is contained in:
evazion
2020-05-26 00:54:27 -05:00
parent f0a573e1e5
commit b5fc8fff6e
7 changed files with 501 additions and 0 deletions

View File

@@ -36,6 +36,13 @@ class StaticControllerTest < ActionDispatch::IntegrationTest
end
end
context "privacy_policy action" do
should "work" do
get privacy_policy_path
assert_response :success
end
end
context "not_found action" do
should "work" do
get "/qwoiqogieqg"